搜索资源列表
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
8086masm
- 8086汇编学习工具,有masm6.0和windbg工具,是学习汇编语言的号帮手,可以看到每个汇编语句实现的内存情况-learing asm
masm
- mas for 8086 microprocessor
MASM
- VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
MASM
- 汇编语言,应用8086,文件可直接运行,包括8259、8253、8255、红绿灯、0809AD-Assembly language, the application 8086, document can be directly run, including 8259,8253,8255, traffic lights, 0809AD
eforth
- 使用 eForth 寫成的交談式開發 8086 系統.很容易改成其它 CPU 系統.-eForth is a simple Forth model which can be easily ported to a wide range of CPU s. It is best put into ROM and communicate to the outside through a serial RS232 line. Files can be downloaded through
ecbe4th
- 使用 MASM 寫成 的 68K Forth 系統. 可以使用 PC 下載至 68K CPU 上執行.- This is the 68000 assembler version of the eforth 68K. The original eforth was done in MASM for the 8086/PC. Changes to that version were done to create a 68K version that could be assemb
BEEPCOR
- this program is in assembly language(8086) for TSR- beep,cam be exexcuted in MASM. beeps when key is pressed
addbcd
- assembly level language program(8086) to add 2 BCD numbers(MASM)
8086-MASM-Program-language
- 8086宏汇编语言程序设计。 内容比较全面,适合系统学习。-8086 macro assembler language programming. Content more comprehensive, for the system to learn.
mplab_pgms.odt.tar
- mp 8086 programs WHICH CAN BE RUN ON MASM ASSEMBLER
ASSEMBLER.TUTORIAL.emu8086.3.23.masm.tasm.DOS.int
- compilador emulador ASSEMBLER.TUTORIAL.emu8086.3.23.masm.tasm.DOS.interrupt.list.8086.instruction.set
联系人管理系统
- 8086汇编写的联系人管理系统,实现了增删,删除,修改,查询等基本功能,使用masm编译器可以编译通过!