Skip to content

Commit

Permalink
A table?
Browse files Browse the repository at this point in the history
  • Loading branch information
DEntisT committed Aug 19, 2023
1 parent a0b6ba0 commit 6406549
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,11 @@ new.int,var=1;

- Set the value of the primary register to the current value of the register specified. There are a few registers available and they're listed below.

`1`: `cur` - This is the register holding a cell ID in the memory.
`2`: `sec` - This is the register holding a cell entity type or memory sector.
`3`: `tmp` - This is the register holding some random rubbish.
| ID | Name | Purpose |
|-----|-------|-----------------------------------------------------|
| `1` | `cur` | This is the register holding a cell ID in the memory. |
| `2` | `sec` | This is the register holding a cell entity type or memory sector. |
| `3` | `tmp` | This is the register holding some random rubbish. |

```cpp
#emit:lctrl,1; //pri=cur
Expand Down

0 comments on commit 6406549

Please sign in to comment.