Updated Linker Opcodes (markdown)

ksherlock 2020-06-10 23:40:18 -04:00
parent e7f348ac30
commit e434f9b6e3

@ -1,18 +1,22 @@
## FASt
*Doubles* link speed of Linker in those files that have only one `SAV`
## LEN
```
LEN LABEL
LEN LABEL
```
Puts *LABEL* in the symbol dictionary as an `ENT`ry whose value is equal to the number of bytes of the *last* linked file.
Puts *LABEL* in the symbol dictionary as an ENTry whose value is equal to the number of bytes of the *last* linked file.
## POS
```
POS LABEL
POS LABEL
```
Similar to `LEN` but sets *LABEL* equal to the number of number of bytes in the linked file from the start (or from the last zero-point; see below).
Similar to LEN but sets *LABEL* equal to the number of number of bytes in the linked file from the start (or from the last zero-point; see below).
```