Attempt to somehow streamline the readme
This commit is contained in:
@@ -100,10 +100,9 @@ struct EquiCtx { /* one Equi program context */
|
||||
uchar active; /* 0 - inactive/quit, 1 - active */
|
||||
uchar privileged; /* whether or not the task is allowed to write to the entire command buffer */
|
||||
uchar CM; /* compilation mode flag */
|
||||
uchar IM; /* interpretation mode flag */
|
||||
uchar lsp; /* literal stack pointer */
|
||||
ushort msp; /* main stack pointer */
|
||||
ushort rsp; /* return stack pointer */
|
||||
ushort lsp; /* literal stack pointer */
|
||||
ushort cltp; /* compilation lookup table pointer */
|
||||
ushort cbp; /* compilation buffer pointer */
|
||||
ushort gpd_start; /* GPD area start for this task */
|
||||
|
||||
Reference in New Issue
Block a user