regreg.s

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

S
18
字号
; @OC@ test; Template for testing register-to-register instructions.; Note that sizes have to be tested by iterating over them; they; are not included here in order to cover fixed-size instructions; too.  This may seem wasteful of machine time, but then that time; is less expensive than any other time and still falling in cost. .textstart: @OC@	r1,r3 @OC@	r0,r0 @OC@	r0,r13 @OC@	r5,r0 @OC@	r13,r13 @OC@	r9,r3end:

⌨️ 快捷键说明

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