M/L Editor
From Just Solve the File Format Problem
Revision as of 05:54, 8 September 2024 by Parchivist (Talk | contribs)
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.
Sample Output
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)