lets not do paragraph spacing

This commit is contained in:
Greg Gauthier 2025-01-17 14:59:55 +00:00
parent 7677c30079
commit c775a15ab1

View File

@ -4,13 +4,13 @@
10 ; 10 ;
20 ;ADDNRS.SRC 20 ;ADDNRS.SRC
30 ; 30 ;
40 *=$0600 40 *=$0600
50 ; 50 ;
60 CLD 60 CLD
70 ADDNRS CLC 70 ADDNRS CLC
80 LDA #2 80 LDA #2
90 ADC #2 90 ADC #2
100 STA $CB 100 STA $CB
110 RTS 110 RTS
120 .END 120 .END
</pre> </pre>