Some minor fixes I made as I went through the basics section of the tutorial.
s/&emdash;/—/
don't omit destination register before interlude explanation (e.g. sub 0 -> sub a, 0)
instruct user to download font.chr in setup (I missed that when reading through, easier to download everything at once before the user is trying to understand the assembly)
a couple of very minor edits for clarity
Looking forward to continuing through the rest of the sections. Thanks for creating the tutorial.
Some minor fixes I made as I went through the basics section of the tutorial.
s/&emdash;/—/
sub 0
->sub a, 0
)font.chr
in setup (I missed that when reading through, easier to download everything at once before the user is trying to understand the assembly)Looking forward to continuing through the rest of the sections. Thanks for creating the tutorial.