This website works better with JavaScript
홈
탐색
도움말
로그인
RISCI_ATOM
/
v86
의 미러
https://github.com/copy/v86.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
4b906c0500
브랜치
태그
master
wip
latest
v86
/
tests
/
nasm
/
fyl2xp1.asm
fyl2xp1.asm
92 B
히스토리
Raw
1
2
3
4
5
6
7
8
9
global _start
%include "header.inc"
fld1
fldpi
fyl2xp1
%include "footer.inc"