mirror of
https://github.com/n64decomp/mk64
synced 2026-05-23 22:45:21 -04:00
246 lines
7.2 KiB
HTML
246 lines
7.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Mario Kart 64: Understanding the Basics</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
|
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Mario Kart 64
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('basics.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="PageDoc"><div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Understanding the Basics </div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><p>
|
|
|
|
Essential skills and concepts to help you get started with mk64 decomp.
|
|
<br><br>
|
|
<style>
|
|
.pagebutton {
|
|
display: inline-block;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.pagelink {
|
|
display: block;
|
|
background-color: rgb(40, 44, 52);
|
|
width: 320px;
|
|
box-shadow: 0 0 0 0;
|
|
transition: 0.3s ease;
|
|
}
|
|
.pagelink:hover {
|
|
box-shadow: 0 5px 15px 5px rgba(0,0,0,1);
|
|
|
|
}
|
|
.pagelink:hover img {
|
|
transform: scale3d(1.1,1.1,1.1);
|
|
|
|
}
|
|
.pageimg {
|
|
display: inline-block;
|
|
width: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.pageimg img {
|
|
transition: 0.3s ease;
|
|
}
|
|
.content {
|
|
color: white;
|
|
font-size: 1em;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.pageheading {
|
|
padding: .5em .5em;
|
|
font-size: 18px;
|
|
color: white;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
.pagedescription {
|
|
color: #fff;
|
|
border-color: transparent;
|
|
opacity: 0.75;
|
|
height: 84px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
margin-top: 10px;
|
|
display: block;
|
|
padding: 10px;
|
|
text-decoration: none;
|
|
line-height: 1.64em;
|
|
font-size: 1em;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
.pagea {
|
|
display: inline-block;
|
|
}
|
|
.pagea:link {
|
|
text-decoration: none;
|
|
}
|
|
.pagea:visited {
|
|
text-decoration: none;
|
|
}
|
|
.pagea:hover {
|
|
text-decoration: none;
|
|
}
|
|
.pagea:active {
|
|
text-decoration: none;
|
|
}
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
<div class="pagebutton">
|
|
<a class="pagea" href="compiling.html">
|
|
<div class="pagelink">
|
|
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
|
<div class="content">
|
|
<div class="pageheading">Installing mk64 Decomp</div>
|
|
<div class="pagedescription">
|
|
<p>Steps for installing and building the game</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="pagebutton">
|
|
<a class="pagea" href="controlflow.html">
|
|
<div class="pagelink">
|
|
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
|
<div class="content">
|
|
<div class="pageheading">Control Flow</div>
|
|
<div class="pagedescription">
|
|
<p>Introduction to mk64's operating states and threading. Acclimate to the codebase with this essential read.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div class="pagebutton">
|
|
|
|
|
|
<h2>Foundational Knowledge</h2>
|
|
<p>Become familiar with technical and low-level concepts.</p>
|
|
<br>
|
|
<div class="pagebutton">
|
|
<a class="pagea" href="concepts.html">
|
|
<div class="pagelink">
|
|
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
|
<div class="content">
|
|
<div class="pageheading">Basic Concepts</div>
|
|
<div class="pagedescription">
|
|
<p>Decomp, hexadecimal, cpu threads, addresses, and types to provide foundation knowledge.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="pagebutton">
|
|
<a class="pagea" href="terminology.html">
|
|
<div class="pagelink">
|
|
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
|
<div class="content">
|
|
<div class="pageheading">Decomp Terminology</div>
|
|
<div class="pagedescription">
|
|
<p>Common terms used in low-level computing and decomp.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
</p>
|
|
<p><a class="el" href="compiling.html">Installing mk64 Decomp</a> <a class="el" href="concepts.html">Basic Concepts</a> <a class="el" href="controlflow.html">Control Flow</a> <a class="el" href="terminology.html">Terminology</a> <a class="el" href="buildwindows.html">Compiling for Windows</a> </p>
|
|
</div></div><!-- contents -->
|
|
</div><!-- PageDoc -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|