1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-13 15:32:09 +00:00
git-svn-id: svn://svn.cc65.org/cc65/trunk@1072 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-10-24 20:48:18 +00:00
parent 20143c0187
commit 41529583f6

View File

@ -1,11 +1,10 @@
;
; Ullrich von Bassewitz, 31.08.1998
; Ullrich von Bassewitz, 24.10.2001
;
; CC65 runtime: Load word from stack slot and push
;
.export pushwysp, pushw0sp
.import pushax
.importzp sp
.macpack generic
@ -29,3 +28,4 @@ pushwysp:
sta (sp),y ; 5
rts