Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Jev Plays Manic Miner(youtube.com ↗)
    1comments
  2. WinBoat's Helios VGPU: What It Is (and Isn't)(kstrlworks.com ↗)
    discuss
  3. Genius Revisited Revisited(gwern.net ↗)
    discuss
  4. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    discuss
  5. The Data-Center Debate Is Divorced from the Facts(theatlantic.com ↗)
    discuss
  6. So I have a weatherman, which also tells me the news(dexteroot.net ↗)
    discuss
  7. Book Review: This Is Going to Hurt(astralcodexten.com ↗)
    discuss
  8. Naomi Beckwith: »We're going to avoid every kind of violence«(zeit.de ↗)
    discuss
  9. Kids Drawings Trends(walzr.com ↗)
    discuss
  10. Two Languages Ending in End: The Unexpected Kinship of Eiffel and Lua(eiffel.org ↗)
    discuss
  11. Show HN: A terminal inbox for a GitHub repo's PRs(github.com/oscbacon ↗)
    discuss
  12. VS Code Liquid Glass Theme(alec.is ↗)
    discuss
  13. Show HN: We've built an AI UGC video creator,free for one month(kuvu.ai ↗)
    discuss
  14. What Zig felt like, coming from Rust(besok.github.io ↗)
    discuss
  15. The AI Model That Won't Talk to You: The Missing Piece for AI Workflows?(mlnotes.substack.com ↗)
    discuss
  16. Tin: full-text search for Postgres(planetscale.com ↗)
    discuss
  17. WebKit Features for Safari 27.0(webkit.org ↗)
    discuss
  18. A 1938 television miracle: BBC television signals from across the Atlantic(kasterborous.co.uk ↗)
    discuss
  19. From Academia to Alignment(millicosm.substack.com ↗)
    discuss
  20. Most predictions I see are still way too conservative(twitter.com/thorstenball ↗)
    discuss
  21. The computer science major is in trouble. At Berkeley, it's complicated(alumni.berkeley.edu ↗)
    1comments
  22. The Life-and-Death Exhaustion of React(not.ci ↗)
    discuss
  23. More Than a Gigabuck: Estimating GNU/Linux's Size (2001)(dwheeler.com ↗)
    discuss
  24. Show HN(superii.site ↗)
    2comments
  25. GPT–6 Astra breaking an Enigma message that has resisted solution since 2005(cryptocellar.org ↗)
    discuss
  26. The Wrong Race: the US, China, and AI Competition [pdf](amazonaws.com ↗)
    discuss
  27. The Empty Heading(chrbutler.com ↗)
    discuss
  28. AWS "unable to restore access" to data centers hit by Iran strikes(datacenterdynamics.com ↗)
    discuss
  29. Rise of the Knowledge Engineer(mintlify.com ↗)
    discuss
  30. Folklore in Indiana Jones and the Raiders of the Lost Ark(folkloreinfilm.com ↗)
    discuss

6502 Is a Good Starting Point for Beginning Assembly Programming

5 pointsby 2h agonemanjatrifunovic.substack.com
1 comments
1h agoHN ↗

I believe the post only focuses on the simplicity of the hardware, the registers and fails to discuss the problems juggling variables in and out from zero page or other storage because of the very very limited register file. I remember as a kid learning on a C64, sure the instruction was really really simple, but juggling was not. I required a lot of thought around the constraints of moving values in and out etc.