RosettaCodeData/Task/Memory-allocation/Sinclair-ZX81-BASIC/memory-allocation-3.sinclair
2017-09-25 22:28:19 +02:00

5 lines
101 B
Text

3e 03 ld a, 3
01 04 00 ld bc,0004
81 add a, c
4f ld c, a
c9 ret