搜索资源列表
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v4.05里的一个汇编例子,它的名字大概就叫一个简单的操作系统
Emu8086-v4[1].05
- 一个很好的汇编调试器,除了既可以写asm程序外,其中的调试可以很方便的查看变量、寄存器等的情况。-A good compilation debugger, in addition to either write asm procedures, which can be easily debug the view variables, registers, etc..
xianshixitongshijian
- 单片机,系统时间显示!在软件Emu8086-v4.07下用汇编语言编辑代码,用来显示本机电脑系统的时间!-Single-chip, the system time display!
emu8086example
- 汇编模拟工具Emu8086 V4.8下的Example汇编例子,很实用-Emu8086 Example
emu8086_v4.05
- emu8086 The Microprocessor Emulator of 8086 Microprocessor (Intel and AMD compatible) And Integrated 8086 Assembler + Flat Assembler (FASM)-emu8086 The Microprocessor Emulator of 8086 Microprocessor (Intel and AMD compatible) And Integrated 80
cal_grade
- 功能:输入num个两位数据(00~99),显示求出的和与平均数 说明:以英文输入法,输入格式为98,95,90,96,94…,每次两位,最后以回车结束 注意:输入成绩的个数超过或者少于num定义的个数,程序均会提示出错信息 开发平台:emu8086 V4.05- Function: Enter a two num data (00 to 99), calculated and displayed with the Mean Descr iption: Englis
Emu8086-v4.07
- EMU8086是学习汇编必不可少的工具,它结合了一个先进的原始编辑器、组译器、反组译器、具除错功能的软件模拟工具(虚拟PC),还有一个循序渐进的指导工具。该软件包含了学习汇编语言的全部内容。Emu8086集源代码编辑器,汇编/反汇编工具以及可以运行debug的模拟器(虚拟机器)于一身,此外,还有循序渐进的教程。(EMU8086 is an essential tool for learning assembly. It combines an advanced original editor,
