Loops/Infinite: Difference between revisions

→‎{{header|6502 Assembly}}: Replace JMP with BEQ - smaller, faster, slightly more relocatable
(Added Maple implementation)
(→‎{{header|6502 Assembly}}: Replace JMP with BEQ - smaller, faster, slightly more relocatable)
Line 16:
CPX #5
BNE PrintLoop
JMPBEQ InfiniteLoop
 
MSG .byte "SPAM", $0A</lang>
1,480

edits