ZX81 REM Binary Extractor
Loads a ZX81 .P file and extracts the binary payload from the first REM line.
Shows a hex preview with correct ZX81 memory addresses (starting at 16514 - 0x4082).
Only the binary is save, use decompiler to see the source code, use the right address for first byte (I don't master ZX81).
- 5 bytes for line 1
- 1 byte for REM
- 2 bytes for next line
No file loaded.