mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +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:
parent
00b4316ee3
commit
476d47dd46
@ -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
|
Loading…
Reference in New Issue
Block a user