Quantcast
Channel: Programujte.com – fórum – programování – Assembler
Viewing all articles
Browse latest Browse all 160

Assembler → Převod 32 Int na float

$
0
0
Dobrý den, snažím se napsat kód pro převod 32 bitového int čísla na float. Jediné co jsem byl schopen vypotit je tohle, ale je tam nekde chyba.   #include <stdio.h> float itof (int i) { float flt = 0.0; _asm { mov eax, i bt eax, 31 jnc plus ...
Založil Jakub Kohout; 1 názor, poslední před 11 hodinami – nevyřešeno

Viewing all articles
Browse latest Browse all 160