init: v1.0.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# go assemble vs. arm
|
||||
## CSEL
|
||||
iff cond, dst = r1, else dst = r2
|
||||
go: CSEL cond, r1, r2, dst
|
||||
arm: CSEL dst, r1, r2, cond
|
||||
Reference in New Issue
Block a user