Skip to content

Commit

Permalink
add note regarding asm6f support
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelk committed Nov 6, 2024
1 parent e32f0b5 commit 1cad6c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nesgodisasm allows you to disassemble programs for the Nintendo Entertainment Sy

## Features

* Outputs [asm6](https://github.com/freem/asm6f)/[ca65](https://github.com/cc65/cc65)/[nesasm](https://github.com/ClusterM/nesasm)
* Outputs [asm6](https://github.com/freem/asm6f)*/[ca65](https://github.com/cc65/cc65)/[nesasm](https://github.com/ClusterM/nesasm)
compatible .asm files that can be used to reproduce the same original NES ROM
* Translates known RAM addresses to aliases
* Traces the program execution flow to differentiate between code and data
Expand Down Expand Up @@ -112,3 +112,8 @@ usage: nesgodisasm [options] <file to disassemble>
verify the generated output by assembling with ca65 and check if it matches the input
-z output the trailing zero bytes of banks
```

## Notes

\* asm6f needs to be compiled manually from latest source to support all instructions,
the release from 2018 does not support all instructions.

0 comments on commit 1cad6c1

Please sign in to comment.