rdfseg2.asm

来自「一个汇编语言编译器源码」· 汇编 代码 · 共 12 行

ASM
12
字号
	;; library function for rdfseg - this file is linked as a far segment

[BITS 16]
[GLOBAL _puts]
_puts:
	;; can't remember how to print a string in DOS, but if anyone wants
	;; to actually test this program, it should be fairly easy to put
	;; in here!

	retf

	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?