DEBUG This tutorial is made to present an overview of the DEBUG.COM program for
AH 功能 调用参数 返回参数 00 程序终止(同INT 20H) CS=程序段前缀 01 键盘输入并回显 AL=输入字符 02 显示输出 DL=输出字符 03 异步通迅输入
代码如下,写的是把数据段里的值,先保存到栈段,然后再从栈段弹出 ck segment dw 0,0,0,0,0,0
#include int add(int a, int b){ return a + b;}int asm_compare_one(int a){
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号