summaryrefslogtreecommitdiffstats
path: root/sdmaasm/readme.txt
blob: 03b6a28f814799099f79b47848c07027976d9ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
possible parameter format:

bin:    b11110000
hex:    hF0
dec:    240
reg:    r1,r2,r3,...,rn

e.g.

mov 4,0
mov b100,b0
mov h4,h0
mov r4,r0