Integer sequence: Difference between revisions

Content deleted Content added
Puppydrum64 (talk | contribs)
Puppydrum64 (talk | contribs)
Line 2,601: Line 2,601:


=={{header|Z80 Assembly}}==
=={{header|Z80 Assembly}}==
The 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>.
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
<lang z80>org &1000
PrintChar equ &BB5A
PrintChar equ &BB5A