fps.s

来自「KPIT GNU Tools is a set of GNU developme」· S 代码 · 共 19 行

S
19
字号
	.globl	_fpgetsticky_fpgetsticky:	getpsw	  r0	and.w	  #0x1f00,r0	shl.w	  #0xf8,r0	ret	  #0x0	.globl	_fpsetsticky	_fpsetsticky:	 getpsw	  r0	 mov.w	  [ap],r1	 shl.w	  #0x8,r1	 updpsw.h r1,#0x1f00	 trapfl	 and.w	  #0x1f00,r0	 shl.w	  #0xf8,r0	 ret	  #0x0

⌨️ 快捷键说明

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