|
|
|
|
|
by rahimnathwani
930 days ago
|
|
There were four OPT (modes) for the assembler, numbered 0 to 3. 0 suppressed all errors and screen output. 3 did the opposite. Using 1 would suppress errors, which would mean you wouldn't know if your code was bad. You could use 0 and 3 or, if you don't want a listing, 0 and 2. Search this page for 'first pass', for a more complete explanation: https://central.kaserver5.org/Kasoft/Typeset/BBC/Ch43.html |
|
But I'll check that page out anyway.
Thanks again.