📄 example1.asm
字号:
; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -