Post Reply 
How do I write the JMP command in a program?
12-12-2014, 01:11 PM (This post was last modified: 12-12-2014 01:13 PM by walter b.)
Post: #7
RE: How do I write the JMP command in a program?
(12-11-2014 09:37 PM)Paul Dale Wrote:  
(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.

JMP is not generated by the assembler but is a pseudo-command the assembler translates. Please see pp. 189f of the downloadable manual v3.1, pp. 212f of the printed manual v3.2, or pp. 323ff of the printed manual v3.3 in this matter.

d:-)
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? - walter b - 12-12-2014 01:11 PM



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