relax-3.s

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

S
33
字号
! Check relaxation for MOVI PC-relative expansions.  Unfortunately, we! can't check the 32 and 48 bit limit on a host with 32-bit longs, so we! just check going from first state to the second state.	.mode SHmedia	.textstart:	nopstart2:	movi	(x0-4-$),r3x1:	movi	(x0-1-$),r4	.space 32768-4,0x0:	movi	(x1-$),r5	movi	(x1+3-$),r6! These PC-relative expressions are here because of past bugs leading to! premature symbol evaluation and assignment when they were exposed to! relaxation.! The expected result may need future tweaking if advances are done in! relaxation.  At the time of this writing the expressions are not! relaxed although the numbers will be in the right range finally.	movi	(x1-x0),r7	movi	(x0-1-x1),r8	movi	(y1-y0),r8	.section .text.another,"ax"y0:	movi	(x1-start2),r9y1:

⌨️ 快捷键说明

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