Skip to main content
z88dk
GitHub creator profile

z88dk

Repository-level view of 40 collected skills across 1 GitHub repositories.

skills collected
40
repositories
1
updated
Aug 18, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

cpu-8085
software-developers

Intel 8085 assembly for z88dk: Zilog mnemonics, full opcode map (flags K/V, timings), and extended-instruction usage. Strong rule: stack-only locals and intermediates; static/BSS only for cross-call state. Prefer when writing or reviewing 8085 library asm,…

Aug 18, 2026
cpu-gbz80
software-developers

Game Boy CPU (LR35902 / gbz80) for z88dk: Zilog mnemonics, full opcode map (flags ZNHC, timings), GB-only ops (ldh, (hl+)/(hl-), ld hl,sp+*, add sp,*, swap, stop, reti), and z80asm synthetics. Use when writing or reviewing gbz80 library asm, +gb / -mgbz80…

Aug 18, 2026
compiler-80cc
software-developers

80cc experimental/alternate C compiler in z88dk. Use when -compiler=80cc or working under src/80cc.

Aug 18, 2026
compiler-zsdcc
software-developers

zsdcc (SDCC-based) compiler path in z88dk: -clib=sdcc_ix / sdcc_iy, newlib integration, and regenerating src/zsdcc/sdcc-z88dk.patch for SDCC upgrades (ABI 0, version string, ChangeLog revision, peep specials, c1-mode adb). Use when building with SDCC,…

Aug 18, 2026
methodology-measure
software-developers

How to measure and prove z88dk library changes: z88dk-ticks TIMER/hotspots, map/nm proof, suite gates, A/B library swaps, math32 multi-CPU rebuilds, classic +test benchmarks, wiki number paste rules. Use when optimising, explaining deltas, or running +test…

Aug 18, 2026
methodology-sdcc-vanilla
software-developers

Vanilla upstream SDCC (not zsdcc) benchmark recipes: /usr/local/bin/sdcc, svn pin vs --version #NNNN, makebin -p, map-sum size, support/benchmarks/*/sdcc. Use when remesuring SDCC rows, tagging 4.6.0 #16608, or comparing stock SDCC to z88dk-zsdcc. Do not use…

Aug 18, 2026
compiler-sccz80
software-developers

sccz80 classic C compiler for z88dk: calling conventions, copt peephole path, 8080/8085/z80 runtime under libsrc/l/sccz80. Use when debugging sccz80 codegen or classic -compiler=sccz80 builds.

Aug 15, 2026
cpu-8080
software-developers

Intel 8080 coding for z88dk classic: no 8085 extended ops, no Z80 IX/IY/exx. Use when writing 8080 library runtime or +cpm -clib=8080 style products.

Aug 15, 2026
Showing 8 of 40 collected skills.
Showing 1 of 1 repositories
All repositories loaded