0 Members and 1 Guest are viewing this topic.
Btw Hot_Dog I like your sig However, for some reasons, it reminded me that topic
I really like the tutorials Hot Dog! I've read them so far (1-5) and it's inspired me to give Asm another try. Yours are really well written and have taught me some stuff that confused me in Asm in 28. Awesome job! I can't wait to grab 6 off the printer!
I did not even know Lesson 5 was even posted at all. Unfortunately, though, I don't think I will be able to read the tutorial again until the next few months, because I cannot really concentrate well enough to tell if there is anything to improve on the tutorial, especially about ASM.
ld a, 250ld e, 6add a, e ; Remember that a cannot be bigger than 255, so it resets to zero
For this:Quoteld a, 250ld e, 6add a, e ; Remember that a cannot be bigger than 255, so it resets to zeroshould you say that a is zero b/c 256==0 (mod 256) (or something like that)? because replacing that 250 w/a 253 would make a 3 after the add.Other than that clarification (maybe) I found that lesson pretty good.