M/L Editor
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |subcat=Error detection and correction |released=1986 }} '''M/L Editor''' by Clayton Walnum is a type-in program checker for machine-language Atari programs used ...") |
Latest revision as of 05:54, 8 September 2024
M/L Editor by Clayton Walnum is a type-in program checker for machine-language Atari programs used by ANALOG Computing Magazine.
It won't allow you to skip lines or enter bad data.
The input format is a list of BASIC data statements. Every line contains 16 bytes, plus a checksum.
[edit] Sample Output
[edit] Links
- M/L Editor (ANALOG Computing May 1986 pg 35)
- M/L Editor (alt copy) (ANALOG Computing Jun 1986 pg 81)
- M/L Editor (text format)
- mod to accept Return key (text format)