Live data from Hacker News

Viewing profile — hth313

hth313

HN member
Joined
Wed, May 19, 2021, 5:51 PM UTC
HN karma
1
Public activity
2 items

About hth313

No profile information was provided.

Recent public activity

  1. comment
    Comment #27216641

    I looked at the Mega65 with its three (not quite) 6502 CPU variants and I just found it so weird. Basically no 16 bit operations, instead a couple of 32 bit operations. Z register …

  2. comment
    Comment #27212019

    You can work with 24 bit pseudo registers in the direct page using the [dd],y addressing mode, basically scaling up the very useful (dd),y on the 6502 to be 24+16 bits instead of 1…