disp_bx.alf
来自「简单的虚拟机」· ALF 代码 · 共 248 行
ALF
248 行
Disassembly of File: K:\TASM\BIN\disp_bx\DISP_BX.EXE
Code Offset = 00000200, Code Size = 0000001A
Data Offset = 00000000, Data Size = 00000000
Number of Objects = 0001 (dec), Imagebase = 00000000h
Object01: RVA: 00000000 Offset: 00000200 Size: 0000001A Flags: 00000000
Number of Imported Modules = 0 (decimal)
+++++++++++++++++++ IMPORT MODULE DETAILS +++++++++++++++
+++++++++++++++++++ EXPORTED FUNCTIONS ++++++++++++++++++
Number of Exported Functions = 0000 (decimal)
+++++++++++++++++++ ASSEMBLY CODE LISTING ++++++++++++++++++
//********************** Start of Code in Object BinaryCode **************
Program Entry Point = 0001:0000
//********************** Start of Code in Segment: 1 **************
//******************** Program Entry Point ********
:0001.0000 BB7856 mov bx, 5678
:0001.0003 B91000 mov cx, 0010
:0001.0006 B230 mov dl, 30
:0001.0008 D1D3 rcl bx, 01
:0001.000A 7304 jnb 0010
:0001.000C 90 nop
:0001.000D 90 nop
:0001.000E B231 mov dl, 31
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:0001.000A(C)
|
:0001.0010 B402 mov ah, 02
:0001.0012 CD21 int 21
:0001.0014 E2F0 loop 0006
:0001.0016 B44C mov ah, 4C
:0001.0018 CD21 int 21
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?