Skip to content
necto edited this page Jun 3, 2012 · 3 revisions

Common format

Assembler file consists of sequence of lines. <cmd> <cmd> <cmd> <...> <cmd>

Command detail

Where each <cmd> is:

<cmd-name> [<cmd-arg>]

<cmd-name> - one of commands,, listed on ISA page. Names are case insinsitive.

Command may have an argument, look again in ISA for clarification. <cmd-arg> - number, it may be an integer: [0-9]+, or a floating point value: [0-9]+.[0-9]+.

Clone this wiki locally