登录
首页 » Asm » 2:十进制数的显示

2:十进制数的显示

于 2019-06-11 发布
0 296
下载积分: 1 下载次数: 0

代码说明:

说明:  十进制数的显示,就是显示十进制数字 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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 简易电压表,使用设计的。 可以实验一下。
    简易电压表,使用汇编语言设计的。 可以实验一下。 -Simple voltage meter, the use of assembly language design. You can experiment.
    2023-04-15 02:25:03下载
    积分:1
  • C-Technique
    C语言是一种计算机程序设计语言,它既具有高级语言的特点,又具有汇编语言的特点。它的功能性非常强大,目前是各高校的一门必修课。并且市场上许多软件也是基于C语言的平台而产生的,所以C语言在大学中的教学也称得上是"不遗余力"。但是近些年很多的学生普遍反映C语言晦涩难懂,不容易学透,非常努力的学最后却得不能心满意足,课程过后一无所获,甚至一个小小的程序都写不出来,于是针对这些情况就做出一些初步的分析,并且从C语言编程技巧上提出相关的改善对策。 (C language is a computer programming language, both with advanced language features, but also has characteristics of assembly language. Its function is very powerful, is now a required course in colleges and universities. And also a lot of software on the market based on the C language, platform and produce, so C language teaching at the university is also described as a "spare no effort." But in recent years, a lot of students generally reflect the C language obscure, not easy to learn thoroughly, very hard to learn, but finally could not have satisfied the course after nothing, even a small program that can not write, so for these situations to to make some preliminary analysis, and from the C programming language skills relevant improvement measures put forward.)
    2013-10-08 20:40:35下载
    积分:1
  • 输入50个成绩,然后按学号依次输出排名。
    输入50个成绩,然后按学号依次输出排名。-importation of 50 results, then school, followed by the output rankings.
    2023-03-18 01:50:03下载
    积分:1
  • 一个与一个低通滤波器结合可以用作简单、廉价的数/模转换器。其输出可用于驱动电压控制器件,或用于需要模/数转换器采样受控参数的反馈控制系统中。PWM常用于电机控制...
    一个与一个低通滤波器结合可以用作简单、廉价的数/模转换器。其输出可用于驱动电压控制器件,或用于需要模/数转换器采样受控参数的反馈控制系统中。PWM常用于电机控制系统中。-A combination of a low-pass filter can be used as a simple, low-cost D/A converter. The output can be used to drive voltage control devices, or for the need for A/D converter sampling the controlled parameters of feedback control systems. PWM motor control commonly used in the system.
    2022-01-26 06:17:39下载
    积分:1
  • TV remote control procedures
    电视遥控器软解码程序-TV remote control procedures
    2023-08-31 09:50:03下载
    积分:1
  • making a runing led
    这是通过制作一个简单的程序开始代码视觉的一课。
    2023-07-25 13:00:03下载
    积分:1
  • 是非颠倒收发撒的发送方式大法师的方式答复撒 的算法是地方...
    是非颠倒收发撒的发送方式大法师的方式答复撒 的算法是地方 -Non-reversal mode transceiver Caesar sent the way of responding to large Master sprinkle the algorithm is place
    2022-06-17 00:05:19下载
    积分:1
  • 这是读写AT24C02串行E2PROM读写这是24…
    这是AT24C02串行E2PROM的读写 -This is the read and write AT24C02 serial E2PROM This is the read and write AT24C02 Serial E2PROM
    2022-03-02 21:06:24下载
    积分:1
  • 经典程序1
    汇编语言经典程序1-assembly language procedures a classic
    2022-02-01 16:53:11下载
    积分:1
  • MODBUS
    基于 飞思卡尔单片机 MODBUS汇编源程序 可以看看(FREESCALE)
    2009-12-21 09:46:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载