会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chan's blog
2022年11月26日
ret指令
摘要: ;ret and call assume cs:code stack segment db 8 dup(0) stack ends code segment mov ax,4c00h int 21h start: mov ax,stack mov ss,ax mov sp,8;stack top p
阅读全文
posted @ 2022-11-26 17:29 Z_Chan
阅读(164)
评论(0)
推荐(0)
汇编实现栈的操作
摘要: assume cs:code,ss:stack stack segment db 4 dup(11h);create 4 byte's memory and inject 11*4 stack ends code segment start: mov ax,stack mov ss,ax mov a
阅读全文
posted @ 2022-11-26 17:07 Z_Chan
阅读(53)
评论(0)
推荐(0)
导航
首页
新随笔
联系
订阅
管理
公告