mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Last push for tonight :)
This commit is contained in:
parent
4b77072fed
commit
5abb40b229
@ -1,5 +1,7 @@
|
||||
.export _open
|
||||
|
||||
.import addysp,popax
|
||||
|
||||
.importzp sp,tmp2,tmp3,tmp1
|
||||
|
||||
|
||||
@ -20,7 +22,8 @@
|
||||
|
||||
; Parameters ok. Pop the flags and save them into tmp3
|
||||
|
||||
parmok: jsr popax ; Get flagss
|
||||
parmok:
|
||||
jsr popax ; Get flagss
|
||||
sta tmp3 ; save flags
|
||||
; Get the filename from stack and parse it. Bail out if is not ok
|
||||
jsr popax ; Get name
|
||||
|
@ -2,8 +2,6 @@
|
||||
; jede jede@oric.org 2017-01-22
|
||||
;
|
||||
|
||||
|
||||
.FEATURE c_comments,labels_without_colons,pc_assignment, loose_char_term
|
||||
.export _read
|
||||
|
||||
.import popax
|
||||
|
Loading…
Reference in New Issue
Block a user