mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
fix newfd comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@2668 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
83c2a8d517
commit
06d79d06df
@ -188,13 +188,9 @@ ret: rts
|
||||
; C - 0/1 for no open needed/open should be performed
|
||||
; all registers preserved!
|
||||
|
||||
; local variables:
|
||||
; AX - 0 (A-0,X-1)
|
||||
; Y - 2
|
||||
; ptr4 - 3,4 (backup)
|
||||
; devnum - 5
|
||||
|
||||
.bss
|
||||
|
||||
; local variables:
|
||||
loc_Y: .res 1
|
||||
loc_ptr4_l: .res 1
|
||||
loc_ptr4_h: .res 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user