mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
fix sys.push() signature for c64
This commit is contained in:
parent
64a411628d
commit
8b4ac7801f
@ -632,7 +632,7 @@ _longcopy
|
||||
}}
|
||||
}
|
||||
|
||||
inline asmsub push(ubyte @A) {
|
||||
inline asmsub push(ubyte value @A) {
|
||||
%asm {{
|
||||
pha
|
||||
}}
|
||||
@ -644,7 +644,7 @@ _longcopy
|
||||
}}
|
||||
}
|
||||
|
||||
inline asmsub pushw(uword @AY) {
|
||||
inline asmsub pushw(uword value @AY) {
|
||||
%asm {{
|
||||
pha
|
||||
tya
|
||||
|
Loading…
Reference in New Issue
Block a user