1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +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:
cpg 2003-11-14 22:40:08 +00:00
parent 83c2a8d517
commit 06d79d06df

View File

@ -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