1 Star 1 Fork 0

食草狼 / emu8086

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
loopmycode.asm 122 Bytes
一键复制 编辑 原始数据 按行查看 历史
fateLove 提交于 2020-11-21 21:35 . first commit
assume cs:de
code segment
mov ax,222
mov cx,236
s: add ax,ax
loop s
mov ax,4c00h
int 21h
code ends
end
汇编
1
https://gitee.com/fateLove/emu8086.git
git@gitee.com:fateLove/emu8086.git
fateLove
emu8086
emu8086
master

搜索帮助