example1.asm

来自「Really great code and info for 32-bit pr」· 汇编 代码 · 共 18 行

ASM
18
字号

; This program merely lists all the files in the current directory along with
; their sizes (in hex).
;
; Enable the FINDFILE, OPENFILE, and FILESIZE functions in FILE32 for this.
; Link this file with FILE32.

        .386p
        jumps
code32  segment para public use32
        assume cs:code32, ds:code32, ss:code32

include start32.inc
include file32.inc

public  _main

;北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北

⌨️ 快捷键说明

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