|
|
|
|
|
by libraryofbabel
53 days ago
|
|
> Do you think you could remember most of Z80 ASM? I find when you learn things at 15 they tend to stick around. (Stuff I learned last week, not so much!) Even just looking at your example, I remembered that HL is a 16 bit register and you can split it into two 8 bit registers H and L if you want. I think most of it would come back; I wrote quite a lot of it, both for the TI-83 and later for a Z80 that I bought and put on a breadboard and wired up to some RAM and EEPROM, about as bare metal as it gets. > most lines are messing around with the registers Isn’t that just the nature of assembly? :) |
|