会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nXqaL's Blog
Pains make you stronger, tears make you braver, and heartbreaks make you wiser. So thank the past for a better future.
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
操作系统实现
Orange's
Orange's 操作系统实现【一】 最简单的引导扇区
摘要:1 org 0x7c00 ;告诉编译器程序加载到0x7c00位置 2 mov ax,cs 3 mov ds,ax 4 mov es,ax 5 Call DisPlayStr ;调用字符串显示例程 6 jmp $ ;无限循环 7 DisPlayStr: 8 mov ax,BootMessage 9 mov bp,ax ;es:bp = 串地址10 mov cx,16 ;cx = 长度11 mov ax,0130...
阅读全文
posted @
2013-06-24 14:09
nXqaL
阅读(220)
评论(0)
推荐(0)
公告