首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

masm5.0-dosbox0.74-MasmForWindows.zip

操作系统 39.02MB 4 需要积分: 1
立即下载

资源介绍:

masm5.0 dosbox0.74 masm for windows.rar
Microsoft Macro Assembler Package
Version 5.00
Text files on the Macro Assembler disks are tabbed to save
disk space. If your printer does not automatically handle
tabs during printing, you must use a print program that
expands tabs. For example, use the DOS PRINT program to print
this and other document or source files on the disk.
Note to DOS 3.0 Users
Because of an incompatibility between DOS 3.0 and the batch
file enhancer on this disk, you cannot run the setup batch
files under DOS 3.0. Instead, follow the setup instructions in
Chapter 1 of the Programmer's Guide. You can run the CodeView
demo on Disk 2. Type DEMO to run DEMO.BAT.
==( MASM.EXE )==
New Feature
The /LA option has been added to specify a complete listing
of all symbols, macros, and false conditionals. It is
equivalent to using the .LIST, .LFCOND, .LALL, and .CREF
directives throughout the source file. The option overrides
any conflicting directives in the source file.
Clarification
The PTR operator can be used to specify the size of a
register indirect operand for a CALL or JMP instruction.
However, the size cannot be specified with NEAR or FAR. Use
WORD or DWORD instead. (In 80386 32-bit segments, use DWORD
or FWORD.) Examples are shown below:
; 8086, 80826, or 80386 16-bit mode
jmp WORD PTR [bx] ; Legal near jump
call NEAR PTR [bx] ; Illegal near call
call DWORD PTR [bx] ; Legal far call
jmp FAR PTR [bx] ; Illegal far jump
; 80386 32-bit mode only
jmp DWORD PTR [bx] ; Legal near jump
call NEAR PTR [bx] ; Illegal near call
call FWORD PTR [bx] ; Legal far call
jmp FAR PTR [bx] ; Illegal far jump
This limitation only applies to register indirect operands.
NEAR or FAR can be applied to operands associated with
labels. Examples are shown below:
jmp NEAR PTR pointer[bx] ; Legal
call FAR PTR location ; Legal
Š
Correction
When evaluating expressions, MASM does 16-bit arithmetic except
when the 80386 processor is enabled. If the .386 or .386P
directive has been given, MASM does 32-bit arithmetic. This
behavior is consistent with earlier versions of MASM, which
always did 16-bit arithmetic. The notes in Sections 9.2.1 and
9.2.1.5 of the Programmer's Guide are incorrect. They should say
that MASM always does 16-bit arithmetic.
Clarification
The description of declaring external symbols in Section 8.2
is incomplete and the example is incorrect. You cannot
access the segment of an external far data variable with the
@FARDATA equate. Instead you must use the SEG operator as
shown below:
.FARDATA
EXTRN fvar:WORD ; FAR variable in far
data
.CODE
start: ASSUME es:SEG fvar ; Tell the assembler
mov ax,SEG fvar ; Tell the processor
mov es,ax
This is the same limitation described for communal variables
in Section 8.4. The reason is that under the DOS segment
conventions, multiple far data segments share the same name
(FAR_DATA) and have private combine type. Segments with the
same name can only be distinguished indirectly using the SEG
operator.
Clarification
The .286P and .386P processor directives enable instructions
that are normally used in systems programming. However,
some of these instructions do not necessarily require that
the processor be in privileged or protected mode.
Correction
Public absolute symbols must be declared during pass 1.
This
means that aliases for absolute symbols or other forward
references to them will cause errors. For example, the
following code generates an error:
PUBLIC lines
lines EQU rows
rows EQU 25

资源文件列表:

masm5.0_dosbox0.74_MasmForWindows.zip 大约有16个文件
  1. DOSBox0.74-win32-installer.rar 1.38MB
  2. masm for windows.rar 37.13MB
  3. MASM5.0/
  4. MASM5.0/CREF.EXE 15.46KB
  5. MASM5.0/debug.exe 20.15KB
  6. MASM5.0/DEBUG32.EXE 88.59KB
  7. MASM5.0/edit.com 68.25KB
  8. MASM5.0/ERROUT.EXE 9.28KB
  9. MASM5.0/EXEMOD.EXE 11.86KB
  10. MASM5.0/EXEPACK.EXE 14.46KB
  11. MASM5.0/LIB.EXE 31.4KB
  12. MASM5.0/LINK.EXE 63.46KB
  13. MASM5.0/MASM.EXE 100.76KB
  14. MASM5.0/README.DOC 9KB
  15. MASM5.0/SETENV.EXE 10.35KB
  16. MASM5.0/TD.EXE 475.72KB
0评论
提交 加载更多评论
其他资源 EXE一机一码打包加密大师1.5.0 (解压密码1234)
EXE一机一码打包加密大师最新版1.5.0, 支持网络验证, 给EXE添加卡密. EXE一机一码打包加密大师是一款功能强大的工具,用于保护和加密EXE文件。支持一机一码离线加密, 一机一码网络验证加密, 支持给EXE添加卡密, 添加授权信息等, 方便制作加密EXE文件. 1.5.0最新版本新增了网络验证功能, 并修复了一些问题, 使得加密EXE更加稳定, 保护效果更佳.
1(2) (2) (2).zip
1(2) (2) (2).zip
Project_MEGA2560_Poaoz.zip
Project_MEGA2560_Poaoz.zip
yolov5的python代码
yolov5的标准python代码,其中包括了训练和推理代码。
yolov5的python代码 yolov5的python代码 yolov5的python代码
vs2017+cmake 编译完成的libtiff+proj+sqlite3+libgeotiff 库文件和头文件
vs2017+cmake 编译完成的libtiff+proj+sqlite3+libgeotiff 库文件和头文件
Python校园学生一卡通管理
Python校园学生一卡通管理
优化后的ListView(自定义Adapter).zip
优化后的ListView(自定义Adapter).zip
研旭DSP28335代码
研旭DSP28335代码