Skip to content

Comment on Jack Tramiel, founder of Commodore, dies at age 83

Comments

A9 52 20 D2 FF A9 49 20 D2 FF A9 50 20 D2 FF

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...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.