@mcmartin@mastodon.gamedev.place
Post #2010389
2026-05-05 07:51 UTC
Replies (8)
-
@cdegroot@mstdn.ca 2026-05-05 12:10
@mcmartin Back in the days these chips were common, tutorials were called "books" and we got them from the library and read them.
-
@kepstin@tenforward.social 2026-05-05 13:07
@mcmartin I suspect the 6502 has a lot of resources specifically from folks doing home-brew for the Famicom/NES? But since these chips were mostly used in general-purpose computers, the programming environment was *self-hosted*. The chips themselves are generally very simple, and most of the important info you need is how to interact specifically with the hardware in your system, and that's often provided as documentation along with the development tools that run on the system. For example, along with my TRS-80 Color Computer, I inherited a book "TRS-80 Color Computer Assembly Language Programming" which includes a guide to the 6809 CPU, ROM subroutines included with the computer, and how to work with input and output devices (keyboard, graphics, sound, etc) on the machine… along with instructions on using the EDTASM+ editor/assembler and ZBUG debugger.
-
@Scoobadood@mastodon.social 2026-05-05 14:02
@mcmartin this site is a bit of a find. Not the most aesthetically pleasing but great for cross platform assembly and includes all the usual suspects https://www.chibiakumas.com/z80/platform11.php#LessonP104
-
@chocobo13@mastodon.social 2026-05-05 14:10
@mcmartin I still think the Programmed Introduction to MIPS Assembly holds up, and covers everything in such a way that prior programming knowledge isn't hard-required https://chortle.ccsu.edu/AssemblyTutorial/index.html
-
@NickT6630@mastodon.scot 2026-05-05 14:32
@mcmartin "Rodnay Zaks - Programming The Z80" is one of my go to books. It can be found easily online as a .PDF download.
-
@cdegroot@mstdn.ca 2026-05-05 14:34
@mcmartin Of course I had to check my bookshelf, and see, I have still some "tutorials" left! ;-)
-
@shonky@tech.lgbt 2026-05-05 15:58
@mcmartin Have you seen https://www.chibiakumas.com/ Lots of CPU’s covered, though the colour scheme is an acquired taste imho!
-
@lopta@mastodon.social 2026-05-05 20:45
@mcmartin I wouldn't mind a somewhat minimal 68008 board to potch with.