inc2.asm

来自「是用C语言写的NASM汇编源码 是用C语言写的NASM汇编源码 是用C语言写」· 汇编 代码 · 共 9 行

ASM
9
字号
; This file is part of the include test.
; See inctest.asm for build instructions.

_main:	  mov dx,message
	  mov ah,9
	  int 21h
	  mov ax,4c00h
	  int 21h

⌨️ 快捷键说明

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