1 Star 1 Fork 0

食草狼 / emu8086

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
1117mycode02.asm 263 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
fateLove 提交于 2020-11-21 21:35 . first commit
assume cs:code ds:data
data segment
; db 'unix'
; db 'hello'
data ends
code segment
start:
;mov al,'a'
;mov bl,'b'
;
mov ax,01h
mov ds,ax
mov bx,010h
mov ax,cs:[bx+20]
mov ax,4c00h
int 21h
code ends
end start
汇编
1
https://gitee.com/fateLove/emu8086.git
git@gitee.com:fateLove/emu8086.git
fateLove
emu8086
emu8086
master

搜索帮助