ins.esm

来自「开放源码的编译器open watcom 1.6.0版的源代码」· ESM 代码 · 共 36 行

ESM
36
字号
.387
.386p
DGROUP		GROUP	_DATA
_TEXT		SEGMENT	DWORD PUBLIC USE32 'CODE'
		ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
    insb      
    insw      
    insd      
    rep insb 
    rep insw 
    rep insd 
    insb      
    insw      
    insd      
    rep insb 
    rep insw 
    rep insd 
    insb      
    insw      
    insd      
    rep insb 
    rep insw 
    rep insd 
    ins       byte ptr [di],dx
    ins       word ptr [di],dx
    ins       dword ptr [di],dx
    rep ins  byte ptr [di],dx
    rep ins  word ptr [di],dx
    rep ins  dword ptr [di],dx
_TEXT		ENDS
_DATA		SEGMENT	DWORD PUBLIC USE32 'DATA'
    DB	0, 0, 0, 0, 0, 0, 0

_DATA		ENDS
		END

⌨️ 快捷键说明

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