assembler skills

40 tagged assembler, measured the same way as everything else here.

Browse within: c-compiler 40sdcc 40z180 40z80 40z88dk 40

cpu-8085

01

z88dk/z88dk

Skill Claude CodeCodex

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, mapping Intel↔Zilog, choosing stack frames, K-flag loops…

1.1k 2d ago A 102 tokens

cpu-gbz80

02

z88dk/z88dk

Skill Claude CodeCodex

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 paths, mapping Nintendo↔Zilog, or /cpu-gbz80.

1.1k 2d ago A 111 tokens

methodology-measure

03

z88dk/z88dk

Skill Claude CodeCodex

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 -clib=8085 benches.

1.1k 2d ago A 78 tokens