movnti.asm

来自「汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下」· 汇编 代码 · 共 11 行

ASM
11
字号
;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
; BR 2028995

	bits 16
	movnti [si],eax
	bits 32
	movnti [esi],eax
	bits 64
	movnti [rsi],eax
	movnti [rsi],rax

⌨️ 快捷键说明

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