Code segmentation guide: Difference between revisions

Added a note about which SDK will be used by the documentation
(Added links to the repository used by these guides.)
(Added a note about which SDK will be used by the documentation)
 
Line 11:
== Where to go from here? ==
 
These pages are aimed at providing users who are new to embedded systems programming to work around this limitation. It is expected that you have '''a strong understanding of C'''. The code for the example ROMs provided in these pages should all be available [https://github.com/n64brew/N64-Codesplit-Tutorial in this repository]. The sample code is written for [[libultra]], using the makefile and spec file format expected from the library. The knowledge can be easily transferred to other SDKs or build systems.
 
Before you do anything, have a brief look over the code of the [https://github.com/n64brew/N64-Codesplit-Tutorial/tree/main/original original sample], as this is our "bad" starting ROM which we will improve upon. As soon as you've done that, look through the following pages (preferably in order):