1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +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:
cpg 2000-06-12 00:16:21 +00:00
parent 731534dec7
commit 3b63322f99

View File

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