Deriving a new dialect of Very Tiny Language from VTL-2 6800 version
Revision | 63ede95f55c6f1c0a83f86c5178821c4f3e62975 (tree) |
---|---|
Time | 2022-10-01 15:16:24 |
Author | Joel Matthew Rees <joel.rees@gmai...> |
Commiter | Joel Matthew Rees |
I'm not seeing the difference, but it doesn't work.
@@ -369,11 +369,16 @@ CNTLN INCB ; count bytes | ||
369 | 369 | * Changes up to this point known to be functional -- 09/28 |
370 | 370 | |
371 | 371 | * |
372 | -OPEN CLRA ; CALCULATE NEW END | |
373 | - ADDD AMPR | |
374 | - STD INSPTR | |
375 | - SUBD STAR | |
376 | - LBCC START ; IF TOO BIG THEN STOP | |
372 | +*OPEN CLRA ; CALCULATE NEW END | |
373 | +* ADDD AMPR | |
374 | +* STD INSPTR | |
375 | +* SUBD STAR | |
376 | +* LBCC START ; IF TOO BIG THEN STOP | |
377 | +* For some reason, this does not allow typing programs in: | |
378 | +OPEN LEAY B,Y | |
379 | + STY INSPTR | |
380 | + CMPY STAR | |
381 | + LBHS START | |
377 | 382 | |
378 | 383 | * Changes to here should be functional 09/27, need to be tested |
379 | 384 |