1 Star 1 Fork 0

徐宇华/ASM程序整体逻辑艺术效应设计试验

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
asm17.asm 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐宇华 提交于 2021-06-05 12:58 . stck首要测试
;仰面刺破云霞,留下一道久巴。。
;流星吻月。。
stck segment stack
db 19 dup(0)
stck ends
data segment
anedr = this word
Aa db 'a',0eh
boryebe = this word
bB db 0e2h,90h
data ends
code segment
assume cs:code,ds:data,ss:stck
start:
mov ax,data
mov ds,ax
mov ax,word ptr Aa
push ax
pop word ptr bB
mov dx,word ptr bB
mov ah,2
int 21h
mov ah,4ch
int 21h
code ends
end start
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
汇编
1
https://gitee.com/xu-yuhua202-ZJdomc_dgcsz/asm_star_romtiyer.git
git@gitee.com:xu-yuhua202-ZJdomc_dgcsz/asm_star_romtiyer.git
xu-yuhua202-ZJdomc_dgcsz
asm_star_romtiyer
ASM程序整体逻辑艺术效应设计试验
master

搜索帮助