]> git.sur5r.net Git - cc65/blobdiff - asminc/_file.inc
Add translation from PETSCII to screen codes.
[cc65] / asminc / _file.inc
index 916215bcea6a3fc814fb40cde476b9080d172f45..2f9938a3ede00e14f128abc883f707ad72494ca9 100644 (file)
@@ -9,8 +9,9 @@
 
 ; Struct _FILE
 .struct _FILE
-        f_fd    .byte
-        f_flags .byte
+        f_fd        .byte
+        f_flags     .byte
+        f_pushback  .byte
 .endstruct
 
 ; Flags field
@@ -23,3 +24,4 @@ _FPUSHBACK      = $08
 ; File table
 .global         __filetab
 
+