inc1.asm
来自「汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下」· 汇编 代码 · 共 7 行
ASM
7 行
; This file is part of the include test.
; See inctest.asm for build instructions.
message: db 'hello, world',13,10,'$'
%include "inc2.asm"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?