1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
Files
cc65/libsrc/geos-common/graph/recoverline.s
T

17 lines
278 B
ArmAsm

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 29.10.99
; void RecoverLine (char y, int xstart, int xend);
.import HLineRegs
.export _RecoverLine
.include "jumptab.inc"
_RecoverLine:
jsr HLineRegs
jmp RecoverLine