⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alias.asm

📁 一个简单的汇编程序源代码
💻 ASM
字号:
;
;  alias.asm
;
;  Copyright (c) 1993 by Borland International, Inc.
;
;  This module will be tlib-ed into library.lib to define the aliases.
;
;  Part of the aliasdos example.
;
;  Build using the provided makefile using: "make -B".

; Alias records for newuser.c

alias <_Set_Coords>               =  <_SetCoords>
alias <_Draw_Happy_Face>          =  <_DrawHappyFace>
alias <_Print_Message>            =  <_PrintMessage>

; Alias record for cppuser.cpp

alias <@SetCoords$qii>            =  <_SetCoords>
alias <@DrawHappyFace$qc>         =  <_DrawHappyFace>
alias <@PrintMessage$qpc>         =  <_PrintMessage>

end

⌨️ 快捷键说明

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