]> git.sur5r.net Git - cc65/blobdiff - asminc/_file.inc
New feature missing_char_term
[cc65] / asminc / _file.inc
index daf33a9876f9ae10341c752f43baf6756ef25539..916215bcea6a3fc814fb40cde476b9080d172f45 100644 (file)
@@ -7,10 +7,11 @@
 ; Assembler include file that makes the constants and structures in _file.h
 ; available for asm code.
 
-; Struct _FILE offsets and size
-_FILE_f_fd      = $00
-_FILE_f_flags   = $01
-_FILE_size      = $02
+; Struct _FILE
+.struct _FILE
+        f_fd    .byte
+        f_flags .byte
+.endstruct
 
 ; Flags field
 _FCLOSED        = $00