Repeat: Difference between revisions

m
→‎Indirect Jump: formatting and clarification of syntax
m (→‎{{header|68000 Assembly}}: reworded for clarity)
m (→‎Indirect Jump: formatting and clarification of syntax)
Line 2,205:
 
Same as above but uses an indirect jump to the address in HL.
<lang z80>trampoline:
jp (hl) ;despite the parentheses this does NOT dereference HL, it merely acts as "LD PC,HL".</lang>
trampoline:
jp (hl)
</lang>
 
=={{header|zkl}}==
1,489

edits