sizebug.asm

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

ASM
12
字号
 .386p
 _TEXT segment USE32 public 'CODE'
 OneBankvgaBitBlt:
;
;       The "int 0dch" instruction assembles to "0x66, 0xcd, 0xdc"
;       (there's an extra operand size prefix). This needs to be
;       fixed the the 9.5 inline assembler as well as WASM.
;
        int     0dch
 _TEXT ends
 end

⌨️ 快捷键说明

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