Live data from Hacker News

Exploring the Amiga – Part 1 (2018)

thedigitalcatonline.com

1–10 of 23 posts

Re: Exploring the Amiga – Part 1 (2018)

#3

This appears to link to all 8 parts: https://www.thedigitalcatonline.com/categories/amiga/

Dang, I should have posted that one! Thanks for sharing. I’ve been planning a small Amiga 68000 assembly project and this series inspired me.

Edit: last year around this time I was planning a Commodore 64 6502 assembly project, and I didn’t follow through, so, yeah, that.

Re: Exploring the Amiga – Part 1 (2018)

#4
post #3

This appears to link to all 8 parts: https://www.thedigitalcatonline.com/categories/amiga/

Dang, I should have posted that one! Thanks for sharing. I’ve been planning a small Amiga 68000 assembly project and this series inspired me. Edit: last year around this time I was planning a Commodore 64 6502 assembly project, and I didn’t follow through, so, yeah, that.

I got into C64 6502 coding last year - had a pretty decent game prototype working (before had to relocate and life got in the way!). If anyone wants to go down that rabbit hole, I recommend the Twitch streamer "Shallan" (https://www.twitch.tv/shallan50k). All his old videos are on YouTube too, and tonnes of great info to get started and motivated.

Re: Exploring the Amiga – Part 1 (2018)

#5
post #3

Earlier quoted context omitted.

Dang, I should have posted that one! Thanks for sharing. I’ve been planning a small Amiga 68000 assembly project and this series inspired me. Edit: last year around this time I was planning a Commodore 64 6502 assembly project, and I didn’t follow through, so, yeah, that.

I got into C64 6502 coding last year - had a pretty decent game prototype working (before had to relocate and life got in the way!). If anyone wants to go down that rabbit hole, I recommend the Twitch streamer "Shallan" ( https://www.twitch.tv/shallan50k ). All his old videos are on YouTube too, and tonnes of great info to get started and motivated.

Thanks so much for sharing this, I’ll get to the project eventually, I bet. :)

Re: Exploring the Amiga – Part 1 (2018)

#7

Thank you for sharing, guys. The next posts in the series have been in the works for a bit too long, this reminded me that I should keep writing =) Thanks!

Thank you, this was refreshingly deep and technical for a retro article. Straight to assembly in part 1 is nice! :)

As someone growing up coding MC68k assembly, I think I was still not aware of the existance of the "vasm" cross-assembler. That might push me to clean up and make buildable a really old game I wrote, that would give some nice closure. :) Thanks!

Re: Exploring the Amiga – Part 1 (2018)

#9

Thank you for sharing, guys. The next posts in the series have been in the works for a bit too long, this reminded me that I should keep writing =) Thanks!

Just a heads up to the author. Your global Atom RSS feed seems to be broken. https://www.thedigitalcatonline.com/atom.xml The one for retro is ok.

Re: Exploring the Amiga – Part 1 (2018)

#10
post #3

Earlier quoted context omitted.

Dang, I should have posted that one! Thanks for sharing. I’ve been planning a small Amiga 68000 assembly project and this series inspired me. Edit: last year around this time I was planning a Commodore 64 6502 assembly project, and I didn’t follow through, so, yeah, that.

I got into C64 6502 coding last year - had a pretty decent game prototype working (before had to relocate and life got in the way!). If anyone wants to go down that rabbit hole, I recommend the Twitch streamer "Shallan" ( https://www.twitch.tv/shallan50k ). All his old videos are on YouTube too, and tonnes of great info to get started and motivated.

I might as well plug my 6502 assembler MOS[1] again. It's written in Rust and comes with a full language server implementation that does things like full code formatting, refactoring support (go to symbol, renaming, etc) and if you're using the VICE emulator for the c64 it even integrates with the Visual Studio Code debugger.

[1] https://mos.datatra.sh

Post reply on HN