Repeat: Difference between revisions

m
m (→‎{{header|6502 Assembly}}: example usage of macro)
Line 58:
;and flow into the loop overhead.</lang>
 
Once the macro and the underlying subroutine are created, this is very simple to use:
<lang 6502asm>RepeatProc foo,#20 ;perform the subroutine "foo" twenty times.</lang>
 
1,489

edits