Tootfinder

Opt-in global Mastodon full text search. Join the index!

@jamesthebard@social.linux.pizza
2026-05-25 20:47:13

Alright, time to write some code and implement some Z80 registers.
#z80 #golang

A screenshot of the Z80 CPU user manual.
@jamesthebard@social.linux.pizza
2026-05-25 17:30:43

Hrmm, I feel like this might eventually lead to pain...however, will probably be very useful once I get farther down the road writing this Z80 emulator.
#z80 #golang

A screenshot showing a slice holding functions then indexing off the slice and using that to return the value of that specific function.
@jamesthebard@social.linux.pizza
2026-05-26 02:33:49

Alright, while I do have to worry about a smidge of binary-coded decimal stuff, I don't have to worry about the insanity of the 6502's implementation and illegal instruction support. The docs are so friggin' good for the Z80...
#z80