Y
Hacker News
new
|
ask
|
show
|
jobs
by
strictfp
4081 days ago
Nice! How do you do this on ARM exactly?
2 comments
nezza-_-
4081 days ago
The first 4 bit of each (32 bit long..) instruction can be used to check for conditions:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc....
link
kragen
4081 days ago
Every instruction on ARM (vanilla: no 64, no Thumb) has a condition code field.
link