This document summarizes the additions and differences between the original LCC instruction set and the LCC+ extension (see src/plus/
and plusdemos/
in repository at https://github.com/avidrucker/lccjs).
Mnemonic | Binary Format | Flags Set | Description |
---|---|---|---|
rand | 1010 dr sr1 0 01110 | none | Generate pseudo-random number in range [dr , sr1 ] and store in dr |