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

x/jasm/arches/x86.ts>Register16

javascript-y assembler, supports and is tested with nasm syntax
Latest
type alias Register16
import { type Register16 } from "https://deno.land/x/jasm@0.0.1a-readme/arches/x86.ts";
definition:
| "ax"
| "bx"
| "cx"
| "dx"