This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
RISCI_ATOM
/
v86
zrcadlo
https://github.com/copy/v86.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
21310a0c14
Větve
Značky
master
wip
latest
v86
/
tests
/
nasm
/
fsqrt.asm
fsqrt.asm
81 B
Historie
Surový
1
2
3
4
5
6
7
8
global _start
%include "header.inc"
fldpi
fsqrt
%include "footer.inc"