-
本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,...
本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有一定的帮助。-the handbook focuses on the operation of computer instructions and mechanisms related to the compilation of language knowledge, and the use of detailed examples to explain how to use the O Series language programming. Language is a compilation of computer low level language, which directly correspond to the computer machinery orders, according to the efficient implementation of the characteristics But since they are bottom, voluminous complex instructions, if you are familiar with such as Shape, FASM or Assemble the compilation and other languages, then you will be able to easily learn how to use O language, The internal mechanism and the other assembly language is unanimous; If you had any contact with assembly language. Then you ha
- 2022-03-28 20:33:02下载
- 积分:1
-
好的资料
好的资料-Good information
- 2022-05-22 03:50:44下载
- 积分:1
-
VHDL 8086芯
vhdl 8086 core
-vhdl 8086 core
- 2022-02-04 14:47:51下载
- 积分:1
-
8086
说明: 设有十个学生的成绩分别为56 69 84 82 73
88 99 63 100 80。编制程序分别统计低于60分,60-90
67-97,80-89,90-99和100分的人数,并存放于s5,s6,s7,s8,s9,s10中
(With 10 pupils, respectively 56 69 84 82 73 88 99 63 100 80. Statistical programming, respectively, below 60 60-90 67-97,80-89,90-99 and 100 the number of points, and deposited in the s5, s6, s7, s8, s9, s10 of)
- 2008-09-29 10:29:22下载
- 积分:1
-
2:十进制数的显示
十进制数的显示,就是显示十进制数字 number
DATA SEGMENT
DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606
DATA ENDS
STACKS SEGMENT STACK
DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATA
MOV DS,AX ; 初始化 DS
;--------------------------------------------------------------
LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替
MOV AX,[BX] ; 将数放进 AX
MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)
- 2019-06-11 18:29:48下载
- 积分:1
-
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关...
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关,但不能直接输与显示在屏幕上时间的数值,应进行运算。
3)、口令输入正确后进入选歌菜单,可选3首以上歌曲,可任意停止返回菜单。-3, the preparation of password procedures require: 1) The password is with the system changes over time. (Enter the password in the system at that time before the time displayed on the screen) 2) have a limited number of password input. (Password and time, but should not direct transmission and display on the screen time value calculations should be carried out. 3), enter the correct password selected songs backward menu options for more than three songs, free to stop the return of the menu.
- 2022-03-22 00:03:09下载
- 积分:1
-
Snake game downloads, s
贪吃蛇游戏下载,-Snake game downloads, s
- 2022-08-16 21:36:48下载
- 积分:1
-
Bsqview原型+加入NDVI+加入最小距离法+Kmeans+PPI
高光谱处理、分类、NDVI计算。。。。。。。。。。。。。。。。。。。。(Hyperspectral image processing, classification and NDVI calculation)
- 2020-06-29 05:20:02下载
- 积分:1
-
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.
U盘原代码,包括FAT16和USB的所有东东都是开放的,请认真看呀.-U disk source code, including FAT16 and USB all Dongdong are open, please carefully looked.
- 2022-04-18 06:30:35下载
- 积分:1
-
微机原理8254与8255设计的手动跟自动的路灯控制系统
微机原理8254与8255设计的手动跟自动的路灯控制系统-8254 8255
- 2022-07-12 00:43:03下载
- 积分:1