搜索结果
找到约 101 项符合
masm 的查询结果
按分类筛选
汇编语言 一款可视化的汇编软件
一款可视化的汇编软件,个人理解为“visual-masm”,对提高汇编效率有一定帮助。
通讯/手机编程 这是从网上下载下来的一个计算程序
这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受
的是16进制数。
执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下:
c:\masm>js 3+2
5
c:\masm>js 6*7
2A
c:\masm>js 10-4 ...
汇编语言 This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout ...
汇编语言 用单片机和汇编实现的温度计
用单片机和汇编实现的温度计,可以在任何机器上运行,汇编环境MASM
汇编语言 This is a simple operating system source code in assembly langauge, you should compile the files in
This is a simple operating system source code in assembly langauge, you should compile the files in the rar with MASM, and put them in one image (kernel follows loader) and test it with vmware.
软件 DOSBOX常用插件
DOSBOX常用插件,包含debug,edit,masm,link
软件 汇编语言编译器Visual Assembly
Visual Assembly是一个绿色免费的汇编语言编译器,该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。
汇编语言编译器Visual Assembly目录说明
bin目录里为本软件
files目录为汇编语言写的用于测试的程序
source目录为本软件的源代码
masm为M ...