I Like Assembler
It was the first language I "learned." I was twelve, didn't have a computer, so I learned on paper. And apparently it worked, because a year later, when I finally sat down at a machine, my first progr
Apr 12, 20269 min read1
Search for a command to run...
Articles tagged with #assembly
It was the first language I "learned." I was twelve, didn't have a computer, so I learned on paper. And apparently it worked, because a year later, when I finally sat down at a machine, my first progr
Here's a Z80 loop. Open ASM80, paste it in, and just watch. ; <LIVESTART maxT=500000> ; <SEED A=0x00, B=10, HL=0x4000> loop: add a, b djnz loop ; <TRACE A, B>
