• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Deriving a new dialect of Very Tiny Language from VTL-2 6800 version


Commit MetaInfo

Revision63ede95f55c6f1c0a83f86c5178821c4f3e62975 (tree)
Time2022-10-01 15:16:24
AuthorJoel Matthew Rees <joel.rees@gmai...>
CommiterJoel Matthew Rees

Log Message

I'm not seeing the difference, but it doesn't work.

Change Summary

Incremental Difference

--- a/VTL_6809_coco.asm
+++ b/VTL_6809_coco.asm
@@ -369,11 +369,16 @@ CNTLN INCB ; count bytes
369369 * Changes up to this point known to be functional -- 09/28
370370
371371 *
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
377382
378383 * Changes to here should be functional 09/27, need to be tested
379384