Flow-control structures: Difference between revisions

m
→‎{{header|Z80 Assembly}}: minor clarification
m (→‎{{header|Z80 Assembly}}: minor clarification)
Line 3,018:
=={{header|Z80 Assembly}}==
<lang z80>JP &XXXX ; jump to an absolute address.
JP (HL) ; jump tocopy the address storedvalue in HL to the program counter
PUSH rr RET ; fake a return address and "return" to that address
CALL label ; call a subroutine named "label"
1,489

edits