Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Build a Hello World For Nintendo 64?

I'm reading MIPS Assembly Language Programming, but now I want to build a simple "game" for Nintendo 64. I want to print a Hello, World to the screen, but someone can help with this. As I don't have nothing to start.

I've choose for Nintendo 64 because of my friend told me that it uses MIPS and I've already have the emulator.

like image 972
Nathan Campos Avatar asked Jan 28 '10 14:01

Nathan Campos


1 Answers

I'm pretty sure you'll need to, if from scratch, set up the GPU (Reality-Coprocessor/RDP) of the N64.

This documentation covers a lot of it, including memory-mapped registers/hardware control registers for the GPU, memory-maps in general. Bear in mind that this is no easy, walk in the park task, but it's feasible.

Are there any other methods? Probably, but as far as from doing it all from pure scratch you can probably head over to a ROM hacking site/community and maybe someone there can explain the gritty details in a nicer, more applicable way.

like image 192
Helping Hand Avatar answered Sep 21 '22 18:09

Helping Hand