Post Reply 
How do I write the JMP command in a program?
12-11-2014, 09:37 PM
Post: #6
RE: How do I write the JMP command in a program?
(12-11-2014 01:21 PM)Dieter Wrote:  JMP is a shorcut generated by the 34s assembler. The actual program uses SKIP (forward jump) or BACK (backward jump) instead, stating the number of skipped lines.

It is a bit more sophisticated than this. JMP will also insert a label and use a GTO instruction if the branch range is too far for BACK and SKIP.


- Pauli
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I write the JMP command in a program? - Paul Dale - 12-11-2014 09:37 PM



User(s) browsing this thread: 1 Guest(s)