-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
166 changed files
with
3,972 additions
and
1,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Booty: Data at 5B01</title> | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit.css" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit-dark.css" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit-wide.css" /> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-75RERFCHBG"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-75RERFCHBG'); | ||
</script> | ||
</head> | ||
<body class="Asm-b"> | ||
<table class="header"> | ||
<tr> | ||
<td class="logo"><a href="../index.html"><img alt="logo" src="../images/logo.png" /></a></td> | ||
<td class="page-header">Data</td> | ||
</tr> | ||
</table> | ||
<table class="asm-navigation"> | ||
<tr> | ||
<td class="prev"> | ||
Prev: <a href="5B00.html">5B00</a> | ||
</td> | ||
<td class="up">Up: <a href="../maps/all.html#5b01">Map</a></td> | ||
<td class="next"> | ||
Next: <a href="5B3F.html">5B3F</a> | ||
</td> | ||
</tr> | ||
</table> | ||
<div class="description">5B01: Game Entry Commands</div> | ||
<table class="disassembly"> | ||
<tr> | ||
<td class="routine-comment" colspan="5"> | ||
<div class="details"> | ||
<div class="paragraph"> | ||
See <a href="6957.html">LoadingEntryPointContinued</a>. This data is copied to <a href="CD14.html">GameEntryPoint</a> after the game is loaded and then becomes the game entry point executable code. | ||
</div> | ||
</div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label">GameEntryCommands</td> | ||
<td class="address-1"><span id="5b01"></span>5B01</td> | ||
<td class="instruction">DEFB $21,$FE,$FE,$3E,$C3,$77,$23,$3E</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b09"></span>5B09</td> | ||
<td class="instruction">DEFB $69,$77,$23,$3E,$FE,$77,$21,$00</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b11"></span>5B11</td> | ||
<td class="instruction">DEFB $F4,$01,$04,$01,$3E,$FE,$77,$23</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b19"></span>5B19</td> | ||
<td class="instruction">DEFB $0B,$78,$B1,$20,$F7,$01,$00,$00</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b21"></span>5B21</td> | ||
<td class="instruction">DEFB $ED,$43,$FE,$FF,$ED,$43,$FC,$FF</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b29"></span>5B29</td> | ||
<td class="instruction">DEFB $ED,$43,$FB,$FF,$F3,$21,$00,$FA</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b31"></span>5B31</td> | ||
<td class="instruction">DEFB $22,$F9,$FF,$3E,$F4,$ED,$47,$ED</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
<tr> | ||
<td class="asm-label"></td> | ||
<td class="address-1"><span id="5b39"></span>5B39</td> | ||
<td class="instruction">DEFB $5E,$3E,$03,$32,$F7,$FF</td> | ||
<td class="comment-0" rowspan="1"></td> | ||
</tr> | ||
</table> | ||
<table class="asm-navigation"> | ||
<tr> | ||
<td class="prev"> | ||
Prev: <a href="5B00.html">5B00</a> | ||
</td> | ||
<td class="up">Up: <a href="../maps/all.html#5b01">Map</a></td> | ||
<td class="next"> | ||
Next: <a href="5B3F.html">5B3F</a> | ||
</td> | ||
</tr> | ||
</table> | ||
<footer> | ||
<div class="release"></div> | ||
<div class="copyright">© 1984 Firebird © 2024 ArcadeGeek LTD.</div> | ||
<div class="created">Created using <a href="https://skoolkit.ca">SkoolKit</a> 9.1.</div> | ||
<div class="repository">Link to <a href="https://github.com/pobtastic/booty/">Source code</a>.</div> | ||
<div><a href="asm/5B01.html">Switch to decimal</a>.</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.