Attempt to somehow streamline the readme

This commit is contained in:
Luxferre
2022-08-14 22:18:38 +03:00
parent 984ced3396
commit 887e637e28
2 changed files with 66 additions and 44 deletions
+1 -2
View File
@@ -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 */