10Fermer12
PpHdLe 07/08/2009 à 16:06
Folco (./9) :
pedrom::RunMainFunction equ pedrom@0001 ; Added


Useless. Should be removed. Kept only for compatibility with PedroM 0.80.
Folco (./9) :
pedrom::HeapRealloc equ pedrom@0002 ; Added pedrom::HeapMax equ pedrom@0003 ; Added

Same functions as for AMS, except they don't limit the maximum allocatable to 65520: you can get what you want.
Folco (./9) :
pedrom::exit equ pedrom@002d pedrom::atexit equ pedrom@002e

It is the exact same functions as the kernel ones. Use RAMCALL_exit/atexit instead.
Folco (./9) :
pedrom::atoi equ pedrom@0021 ; atoi, not atol ?!?

Starting PedroM 0.82, atoi and atol are the same functions.
Folco (./9) :
pedrom::stdin equ pedrom@0000 pedrom::stdout equ pedrom@0000+4 pedrom::stderr equ pedrom@0000+8


Missing:
pedrom::argc equ pedrom@0000+12
pedrom::argc equ pedrom@0000+16
pedrom::errno equ pedrom@0000+20
pedrom::side_font equ pedrom@0000+24
Folco (./9) :
; I haven't found : ; HW_EVRSION, HW_REVISION_VERSION, EMULATOR, ROM_VERSION, KEY_DIAMOND, ; KEY_SHIFT, kb_globals,


Try again tongue