example3.asm
来自「Really great code and info for 32-bit pr」· 汇编 代码 · 共 16 行
ASM
16 行
; This program prints the square root of a number you put on the command line.
;
; Link this one with ARGC32, and enable CCHEKSTR.
.386p
jumps
code32 segment para public use32
assume cs:code32, ds:code32, ss:code32
include start32.inc
include argc32.inc
public _main
;北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?