Category Archives: Uncategorized
Alinsa’s Gauntlet Internals Glossary of Terms
Terms and Definitions OS ROM(s): The Gauntlet hardware is a derivative of the Atari “System 1” hardware. System 1 hardware had a set of base hardware with the CPU, some RAM, and a basic “operating system”, that exists at 0x000000 … Continue reading
Posted in Uncategorized
Leave a comment
Common 68k Idioms (in Gauntlet)
68k Idioms Some things you’ll frequently find in 68k code in Gauntlet: link a6, #NN This sets up a new stack frame, with any appropriate local variables. If NN=0, there are no local variables, otherwise the NN specifies how many … Continue reading
Posted in Uncategorized
Leave a comment