mirror of
https://github.com/cc65/cc65.git
synced 2025-02-25 16:29:08 +00:00
stupid: put local vars of newfd function into .bss instead of .data
git-svn-id: svn://svn.cc65.org/cc65/trunk@59 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
731534dec7
commit
3b63322f99
@ -180,7 +180,7 @@ ret: rts
|
||||
; ptr4 - 3,4 (backup)
|
||||
; devnum - 5
|
||||
|
||||
.data
|
||||
.bss
|
||||
loc_Y: .res 1
|
||||
loc_ptr4_l: .res 1
|
||||
loc_ptr4_h: .res 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user