python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I set the two-bit rounding control (RC) field of the FPU control word to 10 (round towards +infinity) using GAS in C
How can I set the two-bit rounding control (RC) field of the FPU control word to 10 (round towards +infinity) using GAS in C.
Must use format
asm(
);
should only be about 7 lines of code altogether...
Software X
Votes: 0
Answers: 0
Dividing floats in extended assembler
In my C program, I would like to do the following in extended assembler:
Divide two floating point numbers (variables), 'numerator' by 'denominator', and put the result in another variable, 'result'. ...
LukesDiner
Votes: 0
Answers: 1
Assembly language initialization of floating-point unit
Just out of curiosity I'm fiddling around with some demoscene 256 byte intros. I came around one production which ran fine under MS-DOS 6.22 but crashes under FreeDOS 1.3 - "sometimes". It t...
Codor
Votes: 0
Answers: 0