Empty program: Difference between revisions

m
→‎Nintendo 64: formatting
m (→‎Nintendo 64: formatting)
Line 976:
===Nintendo 64===
In addition to a proper cartridge header, [[wp:Cyclic_redundancy_check|CRCs]], and footer, you'll need to write a value of <tt>8</tt> to address <tt>0xBFC007FC</tt> so that the cartridge can boot correctly. (Nintendo 64 is big-endian, so the 8 is actually stored at <tt>0xBFC007FF</tt>, but every example I've seen stores the value as a <code>uint32</code> so that's what I'm going with.)
 
After that, just enter an infinite loop and you're done.
 
1,489

edits