On Fri, Mar 27, 2020 at 3:25 PM Kurt McCullum <ku...@fastmail.com <mailto:ku...@fastmail.com>> wrote:

    I've been working on a Python version of mComm to run on a Linux
    box I've got setup. Quick question about Basic files. Is there a
    specific file ending that Basic is looking for?



BASIC looks for hex 0000h ending. A BASIC program is a chain of one or more lines, each line beginning with a 2-byte memory pointer to the *next* line and ending with a 00h byte. The final pointer in the chain is 0000h.

Ken

Reply via email to