This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
RISCI_ATOM
/
v86
同期ミラー
https://github.com/copy/v86.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
d49cb4c65a
ブランチ
タグ
master
wip
latest
v86
/
tests
/
nasm
/
cmp16-setbe.asm
cmp16-setbe.asm
104 B
履歴
Raw
1
2
3
4
5
6
7
8
9
global _start
%include "header.inc"
mov ax, -1
cmp ax, -3
setbe bl
%include "footer.inc"