add comments. the original author added lots of comments so this
authorDarron Broad <darron@kewl.org>
Wed, 04 Mar 2015 14:10:51 +0000
changeset 13 e4408e7599ca
parent 12 60127ffcb4c4
child 14 ba6baed76577
add comments. the original author added lots of comments so this
must be done.

i don't think anything else needs doing here.
basic.asm
min_mon.asm
--- a/basic.asm	Wed Mar 04 08:31:19 2015 +0000
+++ b/basic.asm	Wed Mar 04 14:10:51 2015 +0000
@@ -18,7 +18,7 @@
 ; 2.21      fixed IF .. THEN RETURN to not cause error
 ; 2.22      fixed RND() breaking the get byte routine
 
-!convtab    raw
+      !convtab raw            ; No character conversions
 
 ; zero page use ..
 
--- a/min_mon.asm	Wed Mar 04 08:31:19 2015 +0000
+++ b/min_mon.asm	Wed Mar 04 14:10:51 2015 +0000
@@ -5,8 +5,8 @@
 ; running [F6] then start the code with the RESET [CTRL][SHIFT]R. Just selecting RUN
 ; will do nothing, you'll still have to do a reset to run the code.
 
-!convtab    raw
-!source     "basic.asm"
+      !convtab raw            ; No character conversions
+      !source  "basic.asm"    ; Include EhBASIC
 
 ; put the IRQ and MNI code in RAM so that it can be changed