Axe Parser

Commands List

Show sizes for:
sub(LBL,ARGS)
SIZE bytes ending at PTR1 are copied to PTR2 moving backwards.
SIZE bytes ending at PTR1 are copied to PTR2 moving backwards.
conj( Copy(PTR1,PTR2,SIZE)
Bytes: 2, 4 \ Cycles: 42 Bytes: 3, 6 \ Cycles: 42 Bytes: 4, 8 \ Cycles: 42 SIZE (or 768 if not given) bytes starting at PTR1 are copied to PTR2 (or L2 if not given) onwards.
conj( Copy(PTR1,PTR2,SIZE)r
SIZE bytes ending at PTR1 are copied to PTR2 moving backwards.