LMS 2012
|
#include <lms2012.h>
Data Fields | |
ULONG | InstrCnt |
Instruction counter used for performance analyses. More... | |
ULONG | InstrTime |
Instruction time used for performance analyses. More... | |
ULONG | StartTime |
Program start time [mS]. More... | |
ULONG | RunTime |
Program run time [uS]. More... | |
IP | pImage |
Pointer to start of image. More... | |
GP | pData |
Pointer to start of data. More... | |
GP | pGlobal |
Pointer to start of global bytes. More... | |
OBJHEAD * | pObjHead |
Pointer to start of object headers. More... | |
OBJ ** | pObjList |
Pointer to object pointer list. More... | |
IP | ObjectIp |
Working object Ip. More... | |
LP | ObjectLocal |
Working object locals. More... | |
OBJID | Objects |
No of objects in image. More... | |
OBJID | ObjectId |
Active object id. More... | |
OBJSTAT | Status |
Program status. More... | |
OBJSTAT | StatusChange |
Program status change. More... | |
RESULT | Result |
Program result (OK, BUSY, FAIL) More... | |
BRKP | Brkp [MAX_BREAKPOINTS] |
Storage for breakpoint logic. More... | |
LABEL | Label [MAX_LABELS] |
Storage for labels. More... | |
UWORD | Debug |
Debug flag. More... | |
DATA8 | Name [FILENAME_SIZE] |
ULONG InstrCnt |
ULONG InstrTime |
LABEL Label[MAX_LABELS] |