2021-12-30 21:25:37 +00:00
|
|
|
# TheAutomaticProofreader-Decompiled
|
2021-12-30 21:30:54 +00:00
|
|
|
|
2021-12-30 21:32:28 +00:00
|
|
|
A decompiled copy of The New Automatic Proofreader with comments.
|
|
|
|
|
2022-01-05 12:26:56 +00:00
|
|
|
Watch the video that breaks down how this works: https://www.youtube.com/watch?v=R8IWYauT-MU
|
2021-12-30 21:32:28 +00:00
|
|
|
|
2021-12-30 21:30:54 +00:00
|
|
|
|
|
|
|
## Decompile it yourself
|
|
|
|
|
|
|
|
### radare2
|
|
|
|
|
|
|
|
```
|
|
|
|
r2 -a6502 -m4443 ap_6502.prg
|
|
|
|
pD 166
|
|
|
|
```
|
|
|
|
|
|
|
|
### da65
|
|
|
|
|
2021-12-30 21:32:28 +00:00
|
|
|
```
|
|
|
|
da65 ap_6502.prg -o ap_decompiled.asm`
|
|
|
|
```
|
2021-12-30 21:30:54 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Ruby code is licensed MIT. The Automatic Proofreader code is not mine.
|