登录
首页 » 汇编语言 » 汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...

汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...

于 2023-06-10 发布 文件大小:26.98 kB
0 1168
下载积分: 2 下载次数: 1

代码说明:

汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。-Compilation of small programs, for beginners to learn to compile, arm

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

发表评论

0 个回复

  • the memory expansion of the compilation process
    有关内存扩充的汇编程序-the memory expansion of the compilation process
    2023-05-06 08:30:02下载
    积分:1
  • 使用win98下,对24cxx芯片进行读写操作。
    使用win98下,对24cxx芯片进行读写操作。-Use win98 under 24cxx chips to read and write operations.
    2022-12-26 11:55:03下载
    积分:1
  • 从键盘读入一个4进制数,CRT显示等效双…
    从键盘读入一个四位的十六进制数,CRT显示等值的二进制数. 由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。 -Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
    2022-12-17 12:35:03下载
    积分:1
  • 程序在masm5.0下译通过,望大家有什么问题或看法能与我联系讨论,我的email:xiangyuan_122@163.com...
    程序在masm5.0下编译通过,望大家有什么问题或看法能与我联系讨论,我的email:xiangyuan_122@163.com-the programme will be finished under masm5.0,please keep touch with me if you have some problems and suggestions. My Email address is xiangyuan 122@163.com
    2022-05-24 02:55:41下载
    积分:1
  • 本教程主要讲述计算机指令运行机制及的相关知识,并用详实的例子来讲解如何使用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
  • 利用8051串行口,和并行输出串行移位寄存器74LS164扩展一位数码显示在数码显示器上循环显示0...
    利用8051串行口,和并行输出串行移位寄存器74LS164扩展一位数码显示在数码显示器上循环显示0-9这10个数字。-Using 8051 serial port, and parallel output serial shift register 74LS164 expansion of a digital display on the cycle in the digital display shows the 10 figure 0-9.
    2022-06-03 03:39:24下载
    积分:1
  • 我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32写的CD player。功能跟界面绝对不输于用上...
    我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32汇编写的CD player。功能跟界面绝对不输于用上面软件编写的,具体功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support. -search of this site, see the CD player are c, delphi source; I will provide a written using win32 compilation CD player. Functional interface with absolutely no losers in the software used to prepare the above, the specific functions as follows : 1. CD loop. 2. Track loop. 3. Random track play. 4 . Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. Speaker volume CD con trols. 9. Multiple CD drive support.
    2022-04-29 07:28:54下载
    积分:1
  • May receive q3d ri webcam numerical, let q3d users can webcam
    可以接收q3d ri网络摄像头的数字,让q3d用户可以进行网络摄像头
    2022-11-01 05:55:03下载
    积分:1
  • 交通灯的变换
    交通灯的变换----汇编语言实现-Traffic lights change---- assembly language to achieve
    2022-07-13 04:21:29下载
    积分:1
  • 一个菜单使用的例子
    一个菜单使用的例子-a menu examples of usage
    2023-04-15 06:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载