(no title)
Direct | 13 years ago
Can you clarify? I don't know much about the history of this game or the BBC Micro. But do you mean to say this was written byte by byte by hand? I'm imagining someone typing each individual byte of an opcode here. If so, that's pretty amazing.
jacquesm|13 years ago
gillianseed|13 years ago
You used an assembler (turbo assembler, those were the days).
assembly: lda #00, sta $d021, sta $d020,
generated machine code: a9 00, 8d 21 d0, 8d 20 d0
Anyone else remember what this would do on the c64? :)
amalcon|13 years ago
dasmoth|13 years ago