Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jasm/arches/x86.ts>Register8

javascript-y assembler, supports and is tested with nasm syntax
Latest
type alias Register8
import { type Register8 } from "https://deno.land/x/jasm@0.0.1a-readme/arches/x86.ts";
definition:
| "ah"
| "al"
| "bh"
| "bl"
| "ch"
| "cl"
| "dh"
| "dl"