Skip to content

Instruction set

Robin Hänni edited this page Jun 25, 2017 · 1 revision

LALWE instruction set

This will eventually be a complete list of all supported instructions

Arithmetic instructions

add

sub

mul

div

inc

dec

neg

Logic instructions

and

or

xor

not

cmp

I/O instructions

ld

sto

in

out

Bit manipulations instructions

shl

shr

rol

ror

Flow control instructions

jmp

jo

jp

js

jz

jc

je

jg

jl

Program control instructions

call

hlt

ret

mov

nop

Clone this wiki locally