1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

sleep.s renamed to processleep.s due to nameclash with common sleep

git-svn-id: svn://svn.cc65.org/cc65/trunk@2322 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-08-15 19:14:55 +00:00
parent 00b4316ee3
commit 476d47dd46

View File

@ -1,20 +0,0 @@
;
; 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