You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]+.
Note: pay attention for semicolon at the end of each command. It's important.