Go to file
John Bintz 4698d846f1 update readme 2021-12-30 16:32:28 -05:00
LICENSE initial commit of code 2021-12-30 16:30:54 -05:00
README.md update readme 2021-12-30 16:32:28 -05:00
ap.asm initial commit of code 2021-12-30 16:30:54 -05:00
ap.cfg initial commit of code 2021-12-30 16:30:54 -05:00
ap_6502.prg initial commit of code 2021-12-30 16:30:54 -05:00
data2.rb initial commit of code 2021-12-30 16:30:54 -05:00

README.md

TheAutomaticProofreader-Decompiled

A decompiled copy of The New Automatic Proofreader with comments.

Watch the video that breaks down how this works:

Decompile it yourself

radare2

r2 -a6502 -m4443 ap_6502.prg
pD 166

da65

da65 ap_6502.prg -o ap_decompiled.asm`

License

Ruby code is licensed MIT. The Automatic Proofreader code is not mine.