From c9b6b8a14d4f103d7480bb7fee41170c00fa43d3 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 25 Jun 2022 06:18:53 +1000 Subject: [PATCH] Moved assembly comments farther to the right. --- LST2.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LST2.bas b/LST2.bas index da74af5..2f1a4fc 100644 --- a/LST2.bas +++ b/LST2.bas @@ -423,10 +423,10 @@ 6840JSR indent 6850 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 6890BNE P%+7 -6900LDX #41 +6900LDX #50 6910JSR indent 6920 6930\ if we have a "]" (end of assembly code), then flag that we are in BASIC code