火星蚊的地球記事

火星蚊的地球記事
  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Sitemap
  • Table of Contents
  • Overview

cjwind

243 posts
8 categories
57 tags
E-Mail
0%

09 nasm include file

Posted on 2021-05-18 Edited on 2025-03-25 In Write a OS from Scratch

nasm 可以 include file,如下所示:

1
2
3
4
%include "print.asm"	; will be replaced by content of the file

...
call my_print ; my_print is in print.asm
# System Software # Operating System
08 Call Function
10 用 function 印出字串
© 2025 cjwind
Powered by Hexo & NexT.Gemini