- RUN on web
- under construction, many "not implemented"
import { z80disasm } from "https://code4fukui.github.io/z80js/z80disasm.js";
const bin = new Uint8Array([0x21, 0, 1, 0xc9, 0, 0xff, 0xff]);
console.log(z80disasm(bin, 0));
console.log(z80disasm(bin, 3));
deno --allow-read --allow-import zda.js [bin file]
deno install -g --allow-read --allow-import zda.js
deno uninstall -g zda