diff --git a/README.md b/README.md index 2b7cc3f..db6f794 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ nesgodisasm allows you to disassemble programs for the Nintendo Entertainment Sy ## Features -* Outputs asm6/ca65 compatible .asm files that can be used to reproduce the same original NES ROM +* Outputs [asm6](https://github.com/freem/asm6f)/[ca65](https://github.com/cc65/cc65) 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 * Supports undocumented 6502 CPU opcodes