mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
14 lines
309 B
ArmAsm
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
|