#include <frame.h>
Public Attributes | |
PmObjDesc_t | od |
pPmObj_t * | b_sp |
uint8_t const * | b_handler |
PmBlockType_t | b_type:8 |
struct PmBlock_s * | next |
Extra info for loops and trys (others?) Frames use linked list of blocks to handle nested loops and try-catch blocks.
uint8_t const* PmBlock_s::b_handler |
Handler fxn obj
Ptr to backup stack ptr
Block type
struct PmBlock_s* PmBlock_s::next [read] |
Next block in stack
Obligatory obj descriptor