In a continuation of my endless bikeshedding quest over my mdbook plugins for The PC Emulation Book, I've been wrestling with the limitations of markdown tables.

I don't know if I'll ultimately use this for tables, but I figure this will be handy - you can define an markdown-after field for any field, and my mdbook-bitfield plugin will emit that markdown immediately after the SVG diagram and auto-generate an anchor link to it.

For now, that's as good a place as any to stick a table, but I imagine it will ultimately be more useful to link to a section that discusses that field in more detail then would fit on a line or two.

#retrrocomputing

Some #retro goodness arrived at my desk today ...

#z80kits
#minstrel4th
#retrrocomputing
#z80
#forth

After a week of intense hacking, I got fig FORTH to work on the NABU and use the network adapter connection as virtual disk device. It can read and write to files and runs at full 115200 8n2 speed on the serial port.

Assembly hacking requires a wee bit of concentration and my receive IRQ handler required quite some tuning to be fast enough.

Next up: Write some actual FORTH code :)

#NABU #retrrocomputing