pl5.asm

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· 汇编 代码 · 共 16 行

ASM
16
字号
! test of literal text operator	.ALTERNATEfoop	MACRO	str1,str2	SDATA	"str1"	SDATA	str2	ENDM		foop	this< is a <string> with angle brackets>	foop 	this< is a string with spaces>	foop	this < is a string with a !>>	END

⌨️ 快捷键说明

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