Z80 Code Golf


Problems

See anarchy golf.

Execution in emulator

System Call

AddressNameFunctionInOut
8000H#PUTCHAROutput character to stdoutA: ASCII codenone
8003H#GETCHARInput character from stdinnoneA: ASCII code, Carry Flag: EOF

Memory mapping

0000H-7FFFHFree area
8000H-System area
-0FFFFHStack area

I/O port, Interrupt

No use.

Test

test page


Home