MLX
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |subcat=Error detection and correction |released=1983 }} '''MLX''' is a series of machine language entry utilities published by the magazines COMPUTE! and COMPUTE...") |
Parchivist (Talk | contribs) |
||
| Line 4: | Line 4: | ||
}} | }} | ||
'''MLX''' is a series of machine language entry utilities published by the magazines COMPUTE! and COMPUTE!'s Gazette, as well as books from COMPUTE! Publications. These programs were designed to allow relatively easy entry of the type-in machine language listings that were often included in these publications. Versions were available for the Commodore 64, VIC-20, Atari 8-bit computers, and Apple II. | '''MLX''' is a series of machine language entry utilities published by the magazines COMPUTE! and COMPUTE!'s Gazette, as well as books from COMPUTE! Publications. These programs were designed to allow relatively easy entry of the type-in machine language listings that were often included in these publications. Versions were available for the Commodore 64, VIC-20, Atari 8-bit computers, and Apple II. | ||
| + | |||
| + | '''MLX III v1.0''' was released by COMPUTE!'s Gazette in 2026 and uses a Fletcher-style checksum algorithm to catch transpositions and distinguish between $00 and $FF bytes. It also features an efficient 10-byte-per-line format, balancing data density and ease of entry on a 40-column screen. | ||
| Line 19: | Line 21: | ||
* [https://nebusresearch.wordpress.com/2021/06/21/heres-some-matlab-octave-code-for-your-mlx-simulator/ Here's some Matlab/Octave code for your MLX simulator] | * [https://nebusresearch.wordpress.com/2021/06/21/heres-some-matlab-octave-code-for-your-mlx-simulator/ Here's some Matlab/Octave code for your MLX simulator] | ||
* [https://github.com/xopowoparvo/C64-type-in-programs/tree/main/Type-in%20utilities/MLX%202 MLX 2 as BASIC and PRG] | * [https://github.com/xopowoparvo/C64-type-in-programs/tree/main/Type-in%20utilities/MLX%202 MLX 2 as BASIC and PRG] | ||
| + | * [https://youtu.be/bdZPl7H6h0s?t=120 The Automatic Proofreader 3.0 and MLX III v1.0] (COMPUTE!'s Gazette Jan 2026 pg 68) | ||
Latest revision as of 16:04, 11 March 2026
MLX is a series of machine language entry utilities published by the magazines COMPUTE! and COMPUTE!'s Gazette, as well as books from COMPUTE! Publications. These programs were designed to allow relatively easy entry of the type-in machine language listings that were often included in these publications. Versions were available for the Commodore 64, VIC-20, Atari 8-bit computers, and Apple II.
MLX III v1.0 was released by COMPUTE!'s Gazette in 2026 and uses a Fletcher-style checksum algorithm to catch transpositions and distinguish between $00 and $FF bytes. It also features an efficient 10-byte-per-line format, balancing data density and ease of entry on a 40-column screen.
[edit] See also
- The Automatic Proofreader - COMPUTE!'s checksum utility for BASIC programs
[edit] Links
- Wikipedia article with full details
- MLX
- modified MLX (mirror)
- Article about MLX
- How Did Compute!'s Gazette’s MLX Program Work?
- How did Compute!'s and Compute!'s Gazette’s New MLX Work?
- Here's some Matlab/Octave code for your MLX simulator
- MLX 2 as BASIC and PRG
- The Automatic Proofreader 3.0 and MLX III v1.0 (COMPUTE!'s Gazette Jan 2026 pg 68)