about summary refs log tree commit diff stats
path: root/apps/hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-30 22:50:26 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-30 22:53:14 -0700
commit656b840e7f5ee0eff08729146c4fc797c63968e1 (patch)
treeacea188c1be9794879f10c7e37e28c98061a4e78 /apps/hex
parentd564633b240cfc0e8bfe49098a6ac49abf688a76 (diff)
downloadmu-656b840e7f5ee0eff08729146c4fc797c63968e1.tar.gz
6911 - comparing floats
It turns out floating-point operations set different flags than most instructions.
We have to branch on them using unsigned jumps.

https://stackoverflow.com/questions/7057501/x86-assembler-floating-point-compare/7057771#7057771
Diffstat (limited to 'apps/hex')
0 files changed, 0 insertions, 0 deletions
kartik/mu/blame/subx/ex1.2.subx?h=hlt&id=fc5b5e3704c43f55ac19646e51d78d1b8141850b'>^
83c67014 ^
e5cbbea4 ^
aef4efb9 ^
9d27e966 ^
d6535f33 ^
d6535f33 ^
de21899c ^
863a42d3 ^
aef4efb9 ^

ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21