mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-02-23 15:42:39 +00:00
1. Commit completed initial transcription of BALGOL compiler generator listing -- not yet proofed.
2. Commit correction to BAC-Assembler: $$ strings represent an embedded carriage return, which prints as "$" on Cardatron.
This commit is contained in:
@@ -682,8 +682,8 @@ window.addEventListener("load", function() {
|
||||
c = text.charAt(x);
|
||||
if (c == "$") {
|
||||
++x; // bypass the second "$"
|
||||
doubleDollar = true;// don't know what this means yet
|
||||
appendCode(16); // but for now we'll treat it as a carriage return
|
||||
doubleDollar = true;
|
||||
appendCode(16); // carriage return prints as $ on Cardatron
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user