TABLE OF CONTENTS


/Main [ Modules ]

[ Top ] [ Modules ]

DESCRIPTION


Malloc/Ram_start_free [ Constants ]

[ Top ] [ Malloc ] [ Constants ]

DESCRIPTION

Start address of unused RAM (-> Compile Report, Show Internal Variables checked!)

DECLARATION

#if Varexist( "Ram_start_free") = False
   Const Ram_start_free = 300                               ' a wild guess   '
#endif

Timer/Timer_Header [ Object Headers ]

[ Top ] [ Timer ] [ Object Headers ]

DESCRIPTION

Software Timer object header

DECLARATION

Const Os_timer_hdr_next_ptr = 0
Const Os_timer_hdr_interval_ptr = 2
Const Os_timer_hdr_time_ptr = 4
Const Os_timer_hdr_triggered_ptr = 6
Const Os_timer_hdr_size = 7

SEE ALSO