搜索资源列表
汇编语言虚拟机
- 本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and co
preccx.ZIP
- 反汇编源码,把机器语言代码转化为汇编语言-anti-source compilation, machine language code into assembly language
非压缩BCD减法
- 汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入-compilation write uncompressed BCD subtraction. Achieving two non-compressed BCD in the machine language of subtraction. But to achieve the importation
用单片机C语言编程实现4台单片机之间的多机通信
- 用单片机C语言编程实现4台单片机之间的多机通信,有完整的Protues仿真源代码。,C programming language used to achieve single-chip 4 between the single-chip multi-machine communications, complete source code Protues simulation.
Emu8086
- 想搞懂汇编语言理解深层次的机器底层,我们可以用emu8086这个软件进行编程和调试,获得理解,这是emu8086使用教程!-Would like to get to know the assembly language in-depth understanding of the underlying machine, we can use this software emu8086 programming and debugging, access to understand that this
ASM
- 该软件包中包括了比较经典了几个汇编程序,如进制的装换,数据的输入输出,排序,等等。而且这些程序都是上机调试通过的,是初学汇编语言的理想资料-The package included a comparison of several classic compilation procedures, such as the band s equipment for data input and output, sorting, and so on. And that these procedures a
machine_language
- 附件主要是关于汇编语言方面的基材以及相关算法-mainly about the textbook of machine language
assemblelanguage
- 汇编是比较底层的编程语言,比较接近机器语言,学习之后对机器的底层运行会有更近一步的了解。-Compilation is relatively low-level programming language closer to machine language, learning to run after the bottom of the machine will be one step closer to understanding.
huibianyuyan
- 汇编语言程序设计教程,经典的机器语言!最底层的语言!让您了解电脑工作原理!-Assembly language programming tutorial, classic machine language! The bottom of the language! Let you know the computer works!
Assembler
- This an assembler which is used during compiler design. It basically does the translation work from assembly language to machine language.-This is an assembler which is used during compiler design. It basically does the translation work from assembly
assemblylanguage
- 汇编入门,汇编语言的由来及特点,机器语言机器指令-Series started, the origin and characteristics of assembly language, machine language machine instructions, etc.
8086
- 汇编语言比机器语言易于读写、易于调试和修改,同时也具有机器语言执行速度快,占内存空间少等优点,但在编写复杂程序时具有明显的局限性,汇编语言依赖于具体的机型,不能通用,也不能在不同机型之间移植。-Assembly language is easy to read and write than machine language, easy to debug and modify, as well as the implementation of a fast machine language, ac
Detmer---Introduction-to-80x86-Assembly-Language-
- Introduction to 80x86 Assembly Language and Computer Architecture divides its emphasis between the assembly-language/machine-language level of computer operations and the architectural level, that is, the level defined by the machine instructions tha
C-language-also-can-do-great-things
- C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出。1978后,C语言已先后被移植到大、中、小及微型机上。它可以作为工作系统设计语言,编写系统应用程序,也可以作为应用程序设计语言,编写不依赖计算机硬件的应用程序。它的应用范围广泛,具备很强的数据处理能力,不仅仅是在软件开发上,而且各类科研都需要用到C语言,适于编写系统软件,三维,二维图形和动画。具体应用比如单片机以及嵌入式系统开发。-C language is
vba-language-and-the-form
- 汇编语言语句格式 伪指令 汇编语言源程序结构 汇编语言程序的上机过程 动态调试程序DEBUG-Assembly language statement format directive assembly language source code structure to assembly language programming on the machine the process of dynamic debugger DEBUG
washing-machine-code.a30
- 某大型白电公司滚筒洗衣机某型号主控程序,汇编语言-Master control program of a large white companies of a particular model of the drum washing machine and assembly language
bomb
- CMU Bomb Lab. Linux下汇编语言与gdb调试的练习,经典。对了解64位Intel架构的ISA指令,理解高级语言与机器语言之间的关系,有很大帮助。-CMU Bomb Lab. Linux assembly language debugging with gdb exercises under, classic. Understanding of the 64-bit Intel architecture ISA instructions, understand the relati
assembly-language
- 基于汇编,51单片机的自动售货机设计,三种商品,三种价格,包含proteus仿真。-Based on the compilation, 51 vending machine design, three commodities, three price includes proteus simulation.
Finite-state-machine-design-part
- VHDL语言 有限状态机交通灯的设计 有限状态机设计部分-VHDL language finite state machine design of traffic lights finite state machine design part
汇编实验
- 汇编大多是指汇编语言,汇编程序。把汇编语言翻译成机器语言的过程称为汇编。在汇编语言中,用助记符(Memoni)代替操作码,用地址符号(Symbol)或标号(Label)代替地址码。这样用符号代替机器语言的二进制码,就把机器语言变成了汇编语言。于是汇编语言亦称为符号语言。用汇编语言编写的程序,机器不能直接识别,要由一种程序将汇编语言翻译成机器语言,这种起翻译作用的程序叫汇编程序,汇编程序是系统软件中语言处理的系统软件。(Compilation mostly refers to assembly l