Files
coco875 27e0f763e0 update docs (#555)
* Update doxygen-gh-pages.yml

* reorganise docs folder add ref and a button to switch between dark and light, optimise doxygen
2024-01-20 21:24:05 -07:00

1.9 KiB

@page basics Understanding the Basics

@htmlonly

Essential skills and concepts to help you get started with mk64 decomp.

Installing mk64 Decomp

Steps for installing and building the game

Codebase Overview

Introduction to mk64's functionality, operating states, and threading. Acclimate to the codebase with this essential read.

Foundational Knowledge

Become familiar with technical and low-level concepts.


Basic Concepts

n64 addressing, alignment, and basic types.

Decomp Terminology

Common terms used in low-level computing and decomp.

@endhtmlonly

@subpage compiling @subpage concepts @subpage controlflow @subpage terminology @subpage buildwindows