Emulator: working decoding logic, outputting terminal to stdout
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
; @language: Z80 ASM
|
||||
; Simple possible code test:
|
||||
; outputs a single character "A" on IO port 0, then halts
|
||||
|
||||
ld a,'A'
|
||||
out (1),a
|
||||
halt
|
Reference in New Issue
Block a user