Reverse Engineered Source Code for Raiders Of The Lost Ark
Posted: Sat Feb 07, 2026 7:43 am
Hi All,
I stayed up way too lat finishing this, but I just wanted to share a project I was working on.
It started as me trying to figure out how to get the maximum "diamonds" to be able to "touch the ark" at the end of the game (Note: You can't)
but along with some other helpful partially complete source I was able to finish the whole thing.
You can find it at my repo here under the /src folder
https://github.com/joshuanwalker/Raiders2600
I also attached a copy here
Compiles using DASM
dasm.exe raiders.asm -sraiders.sym -T1 -Lraiders.lst -f3 -oraiders.bin
Have fun, let me know if you have any questions.
I stayed up way too lat finishing this, but I just wanted to share a project I was working on.
It started as me trying to figure out how to get the maximum "diamonds" to be able to "touch the ark" at the end of the game (Note: You can't)
but along with some other helpful partially complete source I was able to finish the whole thing.
You can find it at my repo here under the /src folder
https://github.com/joshuanwalker/Raiders2600
I also attached a copy here
Compiles using DASM
dasm.exe raiders.asm -sraiders.sym -T1 -Lraiders.lst -f3 -oraiders.bin
Have fun, let me know if you have any questions.