-
Notifications
You must be signed in to change notification settings - Fork 2
Module Overview
Jörg Mechnich edited this page May 4, 2016
·
2 revisions
All modules in ROM have the following structure:
- 1 dword: entry point address
- 1 dword: start address of next program
- code segment
- data segment
- main function of form
int main(short code)orint main(short code, ESCB* escb) - values for code:
-
0register open function in module registry, set module name and set flags (i.e. offset 0x3a) -
1connect module to others? (calls to API_0_0, API_1_0) -
3register open function in ESCB structure
-