05-10-2021, 12:20 PM
VDU: EQU $F200
START:
LD HL,CMSG_HELLO
LD DE,VDU
LD BC,CMSGENDED_HELLO - CMSG_HELLO
LDIR
RET
CMSG_HELLO:
db 'Hello World'
CMSGENDED_HELLO:
This code is giving me boxes on the screen instead of the characters, any suggestions?
START:
LD HL,CMSG_HELLO
LD DE,VDU
LD BC,CMSGENDED_HELLO - CMSG_HELLO
LDIR
RET
CMSG_HELLO:
db 'Hello World'
CMSGENDED_HELLO:
This code is giving me boxes on the screen instead of the characters, any suggestions?
