lifloat.s

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

S
25
字号
# Source file used to test the li.d and li.s macros.	foo:		li.d	$4,1.12345	li.d	$f4,1.12345		li.s	$4,1.12345	li.s	$f4,1.12345# Round to a 16 byte boundary, for ease in testing multiple targets.	.ifdef	SVR4	nop	nop	nop	.endif	.ifdef	XGOT	nop	nop	nop	.endif	.ifdef	EMPIC	nop	nop	.endif

⌨️ 快捷键说明

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