The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
00001 // ---------------------------------------------------------------------------- 00014 // ---------------------------------------------------------------------------- 00015 00016 #ifndef SO_ASSEMBLY_H 00017 #define SO_ASSEMBLY_H 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 // ---------------------------------------------------------------------------- //! @{ 00034 // ---------------------------------------------------------------------------- 00035 00036 // ---------------------------------------------------------------------------- 00037 // EOF 00038 // ---------------------------------------------------------------------------- 00039 00041 00042 #ifdef __cplusplus 00043 } // extern "C" 00044 #endif 00045 00046 #endif