会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chan's blog
2022年11月27日
mul乘法指令
摘要: assume cs:code,ss:stack stack segment db 16 dup(0) stack ends code segment s: mov al,5 mov bl,3 ret;return to block clode behind the call start: mov a
阅读全文
posted @ 2022-11-27 13:18 Z_Chan
阅读(206)
评论(0)
推荐(0)
call指令和ret指令
摘要: 上代码 assume cs:code,ss:stack stack segment db 16 dup(0) stack ends code segment s: mov bx,16 ret;return to block clode behind the call start: mov ax,st
阅读全文
posted @ 2022-11-27 12:42 Z_Chan
阅读(80)
评论(0)
推荐(0)
导航
首页
新随笔
联系
订阅
管理
公告