8 ms·
if all I want to to is build a Super Mario clone is the knowledge of the 6502 assembly language still necessary ?
by mrcactu5 7y ago
if all I want to to is build a Super Mario clone is the knowledge of the 6502 assembly language still necessary ?
- saagarjha 7y agoNo, you can just make it in your language of choice. If you'd like to emulate it then you'll probably need to learn it.
- monocasa 7y agoIt'd be helpful, but not strictly necessary. Here's an extremely well commented disassembly of Super Mario Bros. https://gist.github.com/1wErt3r/4048722 https://gist.github.com/1wErt3r/4048722