[A89] Re: File-Format for text files


[Prev][Next][Index][Thread]

[A89] Re: File-Format for text files




2.8 - format of a text file ($E0)
---------------------------------
00.W : offset of cursor in text
02   : lines of text (marked with ':')
     +00.B : identifier to start line with,
           : $20 : None
           : $0C : Page Break
           : $43 : Command
           : $50 : PrintObj
     +01.B : text line
     +??.B : $0D for enter usually, $00 for last line

[??.B : #$E0]


Thats from Gareth's files.txt.

--Andrew

-----Original Message-----
From: assembly-89-bounce@lists.ticalc.org
[mailto:assembly-89-bounce@lists.ticalc.org]On Behalf Of Matt Durant
Sent: Monday, June 11, 2001 8:31 PM
To: assembly-89@lists.ticalc.org
Subject: [A89] File-Format for text files


Does anyone know how the bytes are laid out in the 89 text files?  I want to
make my own program to convert text files to 89 files for a project i am
working on...







Follow-Ups: References: