Integer sequence: Difference between revisions

m
Line 2,601:
 
=={{header|Z80 Assembly}}==
The Amstrad CPC's screen isn't big enough to show it all at once, but here you go. This prints numbers out (in hexadecimal) from <tt>0x0001</tt> to <tt>0xFFFF</tt>.
<lang z80>org &1000
PrintChar equ &BB5A
1,489

edits