DEV Community

Discussion on: I coded in assembler on the Commodore Amiga in the early 90s, ask me anything!

Collapse
 
briankephart profile image
Brian Kephart

Nice! I actually had the opposite experience with a Commodore 64, copying BASIC programs out of a book and giving up when they didn't work right. It took me 20+ years to take up programming after that. I loved that Commodore, but programming it didn't work out for me.

Thread Thread
 
bertilmuth profile image
Bertil Muth • Edited

Oh yes. I also remember typing nightmares with machine code. You would enter a line of hexadecimal values, and get a hash code as confirmation of correctness. After doing that hundreds of times, you would run it, and it still didn’t work :)

Programming assembler was much more fun. You programmed in a symbolic language. E.g. you used JMP to enter a sub routine. And got proper error messages from the assembler.