1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/pce/revers.s

14 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