This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
RISCI_ATOM
/
v86
peilaus alkaen
https://github.com/copy/v86.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
d49cb4c65a
Haarat
Tagit
master
wip
latest
v86
/
tests
/
expect
/
tests
/
call-ret.asm
call-ret.asm
57 B
Historia
Raaka
1
2
3
4
5
6
7
BITS 32
call test
hlt
test:
inc eax
ret