mm.inc
来自「C语言库函数的原型,有用的拿去」· INC 代码 · 共 17 行
INC
17 行
;***
;mm.inc - macros to write memory model dependent code
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; This file contains definitions of a number of macros which
; make the writing of memory model dependent code for the
; 386 a little easier and more portable.
;
;*******************************************************************************
; Big/Little Endian Definitions for Long Integers
LOWORD equ [0]
HIWORD equ [4]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?