Repeat a string: Difference between revisions

Content added Content deleted
m (→‎{{header|68000 Assembly}}: fixed malformed lang opener)
m (→‎{{header|68000 Assembly}}: added actual string to print)
Line 150: Line 150:
MOVE.L (SP)+,A3 ;POP A3
MOVE.L (SP)+,A3 ;POP A3
DBRA D1,RepString
DBRA D1,RepString
RTS ;return to basic or whatever</lang>
RTS ;return to basic or whatever

MyString:
DC.B "ha",255
even</lang>


=={{header|8th}}==
=={{header|8th}}==