|
|
|
|
|
by vidarh
5180 days ago
|
|
For the curious, it's: LDA #$52
JSR $FFD2
LDA #$49
JSR $FFD2
LDA #$50
JSR $FFD2 It outputs "RIP" on a Commodore 64. To my eternal shame, I had to look up the kernel vector at $FFD2. (it outputs a character to the current device, usually the screen, on the C64). At least I can redeem myself partially by having remembered the opcodes... |
|