cc65/libsrc/pce/revers.s

13 lines
309 B
ArmAsm

; FIXME: actual revers output is not supported yet
.export _revers
_revers:
lda #0
rts
;-------------------------------------------------------------------------------
; force the init constructor to be imported
.import initconio
conio_init = initconio