[A83] Re: Manual assembly [83 83+] (was Scrolling and stuff)


[Prev][Next][Index][Thread]

[A83] Re: Manual assembly [83 83+] (was Scrolling and stuff)




Did you try adding the .org location to the jump spot?

remmember, you also have to figure out how big each instruction is, it won't 
help much if you jump back 1 byte when the last instruction was 2 bytes long 
^_^

so if you want to jump back 2 spots, and your at.....7000(random number) you 
would jump to what ever 6998 is in hex ^_^