| 
    MCB1700_Welcome
    
   | 
 
store Never Gonna Give You Up More...
#include "melody.h"
Macros | |
| #define | TONE(freq, duration) ((((uint32_t)freq & 0xffff) << 16) | (((uint32_t)duration / (uint32_t)freq) & 0xffff)) | 
| #define | PAUSE(duration) (0x30000 | ((duration >> 10) & 0xffff)) | 
| #define | TEXT(id) (0x40000 | id) | 
Variables | |
| const uint32_t | TACT = 2120 * 1000 * 25 | 
| const uint32_t | GIS2 = 30098 | 
| const uint32_t | F = 35793 | 
| const uint32_t | DIS = 40177 | 
| const uint32_t | CIS = 45097 | 
| const uint32_t | C = 47778 | 
| const uint32_t | B = 53629 | 
| const uint32_t | GIS = 60197 | 
| const uint32_t | CALL = 0x10000 | 
| const uint32_t | RETURN = 0x20000 | 
| const uint32_t | refrain [] | 
| const uint32_t | quadrupel [] | 
| const uint32_t | strophe1 [] | 
| const uint32_t | strophe2 [] | 
| const uint32_t | main_melody [] | 
| const uint32_t * | cpu32EntryPoint = main_melody | 
| const uint32_t | CALL_REFRAIN = CALL + 0 | 
| const uint32_t | CALL_QUADRUPEL = CALL + 1 | 
| const uint32_t | CALL_STROPHE1 = CALL + 2 | 
| const uint32_t | CALL_STROPHE2 = CALL + 3 | 
| const uint32_t | GOTO_MAIN_MELODY = 4 | 
| const uint32_t * | jumplabels [] | 
| const uint32_t ** | cppu32JumpLabels = jumplabels | 
| const char * | cpcTexts [] | 
store Never Gonna Give You Up
This file contains the main app function and init.
| #define PAUSE | ( | duration | ) | (0x30000 | ((duration >> 10) & 0xffff)) | 
| #define TEXT | ( | id | ) | (0x40000 | id) | 
| #define TONE | ( | freq, | |
| duration | |||
| ) | ((((uint32_t)freq & 0xffff) << 16) | (((uint32_t)duration / (uint32_t)freq) & 0xffff)) | 
| const uint32_t B = 53629 | 
| const uint32_t C = 47778 | 
| const uint32_t CALL = 0x10000 | 
| const uint32_t CALL_QUADRUPEL = CALL + 1 | 
| const uint32_t CALL_REFRAIN = CALL + 0 | 
| const uint32_t CALL_STROPHE1 = CALL + 2 | 
| const uint32_t CALL_STROPHE2 = CALL + 3 | 
| const uint32_t CIS = 45097 | 
| const char* cpcTexts[] | 
| const uint32_t** cppu32JumpLabels = jumplabels | 
| const uint32_t* cpu32EntryPoint = main_melody | 
| const uint32_t DIS = 40177 | 
| const uint32_t F = 35793 | 
| const uint32_t GIS = 60197 | 
| const uint32_t GIS2 = 30098 | 
| const uint32_t GOTO_MAIN_MELODY = 4 | 
| const uint32_t* jumplabels[] | 
| const uint32_t main_melody | 
| const uint32_t quadrupel | 
| const uint32_t refrain | 
| const uint32_t RETURN = 0x20000 | 
| const uint32_t strophe1 | 
| const uint32_t strophe2 | 
| const uint32_t TACT = 2120 * 1000 * 25 |