
AOC 2022 - Z80 - Day 09

A cropped screenshot of Nibbles, via Wikipedia.
On to Day 9 in the Z80 Advent of Code solution series, continuing the recent trend of adapting code written in 2022 but now with more exhaustive descriptions.
Read more…
Advent of Z80 - Day 8, 2022

Retrieved from openclipart, where its origin is unattributed.
Day 8 has a somewhat less obvious puzzle than the previous days, but as is typical with the Z80 solutions there’s still more time spent working against the low level nature of assembly than there is time spent figuring out how to solve the puzzle.
Read more…
Advent of Z80 - Day 7, 2022

Original photo by HarshLight (cropped) 

Day 7 is a challenge primarily about parsing the input, with a little side-trip into a recursive algorithm and a dab of 32-bit arithmetic on an 8-bit processor.
JP DAY07