1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-15 10:29:00 +00:00
cc65/libsrc/geos/process/sleep.s

20 lines
230 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 30.10.99
;
; void Sleep (int jiffies);
;
.export _Sleep
.include "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_Sleep:
sta r0L
stx r0H
jmp Sleep