Commit Graph

6 Commits

Author SHA1 Message Date
Kartik Agaram 656b840e7f 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
2020-09-30 22:53:14 -07:00
Kartik Agaram aaab91b82f 6478
Fix CI.
2020-06-05 22:04:02 -07:00
Kartik Agaram 5c26afb1de 6088 - start using setCC instructions 2020-03-06 17:42:17 -08:00
Kartik Agaram ce27f90f05 5821 - now translating function arguments
See test-convert-function-with-arg-and-body.
2019-12-22 23:20:44 -08:00
Kartik Agaram 469a1a9ace 5702 - fix a typo in online help
This commit fixes #37. Thanks Thomas Munoz!
2019-10-18 08:50:55 -07:00
Kartik Agaram 6e1eeeebfb 5485 - promote SubX to top-level 2019-07-27 17:47:59 -07:00