1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

13 lines
191 B
ArmAsm

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 29.10.99
; void Rectangle (void);
.export _Rectangle
.include "jumptab.inc"
_Rectangle = Rectangle