2.2.3 • Published 3 years ago

z80-disasm v2.2.3

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

z80-disasm

This is a Z80 disassembler written in TypeScript.

% npm install
% npm test

The src/Opcodes.json file is generated by the GenerateJson.ts program:

% npm run generate

Run with:

% bin/zdisasm file.bin

For example, with the TRS-80 Model III ROM:

% bin/zdisasm model3.rom
                 reset:
0000 F3                  di
0001 AF                  xor a,a
0002 C3 15 30            jp L798
0005 C3 00 40            jp 0x4000
                 rst08:
0008 C3 00 40            jp 0x4000
000B E1                  pop hl
000C E9                  jp hl
000D C3 12 30            jp L797
...

License

Copyright © Lawrence Kesteloot, MIT license.

2.2.3

3 years ago

2.2.2

3 years ago

2.2.0

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago