DUO BINARY SIMPLE ASSEMBLY Command format: (opcode) (argument) (argument) (argument)... Argument format: (value):(address mode)(address mode)(address mode)... Address modes: A = Absolute address relative to storage C = Code offset G = Global scope offset L = Local scope offset P = Previous argument scope offset N = Next argument scope offset M = Absolute address relative to memory 1 = 1 byte constant 2 = 2 byte constant 4 = 4 byte constant 8 = 8 byte constant Assembly directives: S (address): Skip to address L (name): Label. D (value) (value) (value)...: Data. N (name) (value): Declare numeric constant. X (name): Export constant to dependency file. IM (path): Import dependency file. // (text): Comment.