//============================================================================
//============================================================================
// =======================================
// === ===
// === PRAGMA GLOBAL VARIABLES ===
// === (defined in .c) ===
// === ===
// =======================================
//============================================================================
//============================================================================
//============================================================================================
//============================================================================================
#pragma udata
#pragma udata sgpr9
uchar gBLDbgByte;
//============================================================================================
//============================================================================================
// ===============================
// === ===
// === rBootLoader ===
// === ===
// ===============================
//============================================================================================
//============================================================================================
#pragma code rBootLoader=0x00DC00
//============================================================================================
//============================================================================================
//============================================================================
//> BootLoader
/*============================================================================
*//**
\brief Copy Memory from the Appli part to the OS Part
\details Copy Memory from the Appli part to the OS Part
The pages in OZS are erased one by one before the copy
The first page is deal last
\param (none)
\return (none)
**//*
============================================================================*/
void BootLoader(void)
{
etc etc etc







)




