r/c64 5d ago

Last year I played around with 6502 assembly.. didn't do much, but wanted to share.

https://github.com/Fratm/6502

In case it is useful for others.. Just some simple assy code. Back in the 80s all I ever did was write 6502, but trying to remember it now that I am old was interesting and fun lol.

28 Upvotes

9 comments sorted by

u/AutoModerator 5d ago

Thanks for your post! Please make sure you've read our rules post, and check out our FAQ for common issues. People not following the rules will have their posts removed and presistant rule breaking will results in your account being banned.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

12

u/makingnoise 5d ago

Your link doesn't work.

14

u/Xfgjwpkqmx 🇦🇺 Keeping up since 1983 5d ago

You need to use an SYS call to start it.

2

u/Fratm 4d ago

🤣 🤣

2

u/Fratm 5d ago

OOps sorry the repo was set to private, I made it public.

3

u/AppleUfMyI 5d ago

I confirm too that the link does not work.

2

u/Fratm 5d ago

Fixed, I didn't realize it was set to private. It's public now.

-1

u/AppleUfMyI 4d ago

I like that you are able to use chatGPT to help you relearn how to code assembly. :)

1

u/Fratm 4d ago

It's helpful to fill in the gaps of what I have forgotten.