.include "atari.inc" ; where the font lives. Must agree with bank7.s. font = $9c00 .org $8000 .incbin "splitrom.raw.3" .if * > font .fatal "bank7 code too large" .else .out .sprintf("=> %d bytes free in bank 3", font - *) .endif .res font - *, $ff .incbin "taifont"