Can anyone explain this code for me? I want to know how this code works.
SC0SR EQU $00CC
SC0DR EQU $00CF
ORG $8000
MAIN LDAA #00
LDAA $0258
CMPA #00
BEQ MAIN
SEND STAA SC0DR
BRCLR SC0SR,$80,*
JMP MAIN
Can anyone explain this code for me? I want to know how this code works.
SC0SR EQU $00CC
SC0DR EQU $00CF
ORG $8000
MAIN LDAA #00
LDAA $0258
CMPA #00
BEQ MAIN
SEND STAA SC0DR
BRCLR SC0SR,$80,*
JMP MAIN
Bookmarks