potion  0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PNLoop Struct Reference

jump table for loops, for the 2 args b and c Note: only statically allocated (max 1024) More...

Data Fields

int bjmps [MAX_JUMPS]
 
int cjmps [MAX_JUMPS]
 
int bjmpc
 count of b jumps (abc regs) More...
 
int cjmpc
 count of c jumps (abc regs) More...
 

Detailed Description

jump table for loops, for the 2 args b and c Note: only statically allocated (max 1024)

Definition at line 259 of file compile.c.

Field Documentation

int PNLoop::bjmps[MAX_JUMPS]

Definition at line 260 of file compile.c.

int PNLoop::cjmps[MAX_JUMPS]

Definition at line 261 of file compile.c.

int PNLoop::bjmpc

count of b jumps (abc regs)

Definition at line 263 of file compile.c.

int PNLoop::cjmpc

count of c jumps (abc regs)

Definition at line 264 of file compile.c.


The documentation for this struct was generated from the following file: