sag@lemm.ee to Programmer Humor@lemmy.ml · edit-25 months agoAnyone here use assembly?lemm.eeimagemessage-square83fedilinkarrow-up11.12Karrow-down110cross-posted to: programmer_humor@programming.dev
arrow-up11.11Karrow-down1imageAnyone here use assembly?lemm.eesag@lemm.ee to Programmer Humor@lemmy.ml · edit-25 months agomessage-square83fedilinkcross-posted to: programmer_humor@programming.dev
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up6·edit-25 months agoI never did get very far with the TRS-80 Editor Assembler, but that was my first exposure to such things. I also remember the BASIC code for the Dancing Daemon which was replete with PEEKs and POKEs, such that much of it was written in machine code.
minus-squareRestrictedAccount@lemmy.worldlinkfedilinkarrow-up2·20 hours agoExactly how we did it too. We created the editor/assembler that peeked to see what was there and display it in Assembly, Hexadecimal, and ASCII. You could edit whichever version you wanted and it would Poke it into RAM. You could also save swaths to a file.
I never did get very far with the TRS-80 Editor Assembler, but that was my first exposure to such things.
I also remember the BASIC code for the Dancing Daemon which was replete with PEEKs and POKEs, such that much of it was written in machine code.
Exactly how we did it too. We created the editor/assembler that peeked to see what was there and display it in Assembly, Hexadecimal, and ASCII.
You could edit whichever version you wanted and it would Poke it into RAM.
You could also save swaths to a file.