cpu-8085 skillA
cpu-8085 is agent-read markdown (skill) from feilipu/8085-skills: 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; do not invent BSS scratch (C static / file-scope stay BSS). Prefer when writing or reviewing 8085 library asm, mapping Intel↔Zilog, choosing stack frames, K-flag loops, restoring float/integer divide, legal (de) stores, jr-as-jp synthetics, or /cpu-8085..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# CPU — 8085 Compatible extension of the Intel 8080 (April 1974). Same documented 8080 ops; ten extra ops in 8080 unused cells. **This skill is complete for opcodes, flags, timings, and extended-op usage.** C90 kernels and agent-emitted listings: **`compiler-ac85`**. 8080-only jobs (no extras) use `cpu-8080` in the z88dk tree — this pack does not ship it. z88dk uses **Zilog mnemonics** for 8085 sources. Extended opcodes are first-class on every 8085. Design notes: https://feilipu.me/2021/09/27/8085-software/ ## Conventions (always follow) 1. **Mnemonics are Zilog**, as in Z80 assembly — not Intel 8080/8085 names. 2. **Opcode bytes and timings are 8085**, not 8080 and not Z80. 3. **Undocumented / extended** opcodes are noted in tables (column or section). 4. Immediate forms: `*` = 8-bit immediate (d8), `**` = 16-bit immediate/address (d16/a16). These `*`/`**` are operand placeholders only. 5. For **LDHI** / **LDSI** equivalents (`ld de,hl+*` / `ld de,sp+*`), the 8-bit offset is **unsigned**. 6. Conditional cycle counts use `taken/not-taken` (e.g. `12/6`, `10/7`, `18/9`). …
Read the whole file at its exact version.
How to install
mdr add feilipu/8085-skills/cpu-8085@git:20260921.85b9514mdr add feilipu/8085-skills/cpu-8085@sha256:a9429b7d45397dc0Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_4fpzpohngggznwkh)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260921.85b9514 latest | 2026-09-21 | 85b9514 | 30,680 B | A | view · diff |
| git:20260921.2f39ee6 | 2026-09-21 | 2f39ee6 | 30,643 B | A | view · diff |
| git:20260920.88ac0a1 | 2026-09-20 | 88ac0a1 | 30,011 B | A | view · diff |
| git:20260920.d893132 | 2026-09-20 | d893132 | 29,760 B | A | view · diff |
| git:20260919.24cc48b | 2026-09-19 | 24cc48b | 28,354 B | A | view · diff |
| git:20260919.216763a | 2026-09-19 | 216763a | 26,756 B | A | view · diff |
| git:20260918.86bba03 | 2026-09-18 | 86bba03 | 26,753 B | A | view · diff |
| git:20260918.792b4a6 | 2026-09-18 | 792b4a6 | 26,352 B | A | view · diff |
| git:20260918.95c4588 | 2026-09-18 | 95c4588 | 26,293 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (30680 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
feilipu/8085-skills · 3 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_4fpzpohngggznwkh GET https://markdownregistry.com/api/v1/resolve?ref=feilipu/8085-skills/cpu-8085 GET https://markdownregistry.com/api/v1/blob/a9429b7d45397dc0506a41d4e0f95deb7cbdc0a9072bdbba0e51b4e20c2c320c
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.