RosettaCodeData/Task/Null-object/Z80-Assembly/null-object-1.z80

3 lines
113 B
Z80 Assembly
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ld a,(&0000) ;dereference the null pointer as a uint8
ld hl,(&0000) ;dereference the null pointer as a uint16