A83: IS>(
[Prev][Next][Index][Thread]
A83: IS>(
What would be a good way to implement the basic
loop:
IS>(I,N)
in asm?
I've tried using op6 and op5 to store the basic
variables I and N (I need them from my calling basic program) and then at the
end of my asm program inc, and try to cp them (remember my e-mail?
:-)
so..is this a good idea or can any of you suggest a
better one?
thanx!
Jake