The Art and Science of

comp.graphics

a collection of articles about computer graphics: news, history, fundamentals, graphics programming and applications

  1. Home
  2. Articles
  3. OpenType font that disassembles Z80 instructions

GitHub

OpenType font that disassembles Z80 instructions

nevesnunes2024-08-31
Open original article →

Summary

Using a font as disassembler! Z80 Sans is a unique OpenType font that translates sequences of hexadecimal characters directly into disassembled Z80 CPU instructions using OpenType font features like GSUB (Glyph Substitution) and GPOS (Glyph Positioning).

Key Ideas

Font converts hex codes to Z80 assembly text
Uses OpenType GSUB and GPOS features

Related Articles