Fabrizio-Caruso / 8bitC

Document how to optimize C for 8-bit vintage architectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8-bit C

8bitC

We describe some general C coding techniques with two main goals:

  • writing portable code and
  • writing optimized code

for the following 8-bit vintage architectures:

  • Intel 8080
  • Zilog Z80
  • Motorola 6809
  • MOS 6502

About

Document how to optimize C for 8-bit vintage architectures