Moved assembly comments farther to the right.

master
Pacman Ghost 2 years ago
parent 979c2343ce
commit c9b6b8a14d
  1. 4
      LST2.bas

@ -423,10 +423,10 @@
6840JSR indent 6840JSR indent
6850 6850
6860.postAsmPrefix 6860.postAsmPrefix
6870\ if we have a "\" (start of comment), then indent to col.41 6870\ if we have a "\" (start of comment), then indent to col.50
6880CMP #&5C 6880CMP #&5C
6890BNE P%+7 6890BNE P%+7
6900LDX #41 6900LDX #50
6910JSR indent 6910JSR indent
6920 6920
6930\ if we have a "]" (end of assembly code), then flag that we are in BASIC code 6930\ if we have a "]" (end of assembly code), then flag that we are in BASIC code

Loading…
Cancel
Save