资源列表
DISK
- 使用汇编语言编写程序,显示主板上的硬盘的信息,用很少的代码实现。-Assembly language programming, show information on the hard disk on the motherboard, with very little code.
MEMORY
- 使用汇编语言编写程序,该小程序比较小巧,显示系统上的内存使用情况。
CMOS
- CMOS是系统比较重要,也是比较有意义的寄存器,如系统时间这些,这个小程序就可以阅读实现这个功能。-CMOS is more important system, but also more meaningful registers, such as the system time that, this little program to read to achieve this.
Assembly_language_of_two-machine_communication
- 汇编语言实现的双机通信,采用环回方式,只用一台机就可以使用,不需要用串口相连接。-Assembly language of the two-machine communication, the use of loop-back mode, only one machine can use, not connected with the serial port.
7
- 将AX寄存器中的16位数分成4组,每组4位,然后把这四组数分别放在AL、BL、CL和DL中-AX register will be divided into 4 groups of 16 bits, each 4-bit, and then put these four groups, respectively AL, BL, CL, and DL in
scanLCD
- 利用汇编语言实现4*4键盘的扫描,同时利用液晶屏显示出来,完美的消除了抖动,且每次按下只会显示一个值,不会因为按下过长而显示多个-Using assembly language to achieve 4* 4 keyboard scanning, while taking advantage of the LCD screen display, and perfectly eliminates the jitter。And each press will following display a
CPUID
- 使用汇编语言编写程序,显示cpu的信息,使用的是CPUID这条指令-Assembly language programming, show information cpu
COM
- 使用汇编语言编写程序,显示主板上的串口的信息,个数,类型。-Assembly language programming, show information on the serial port on the motherboard, the number of types.
InlineAssembly
- using inline assembly with g-using inline assembly with gcc
asm_disasm_for_st20
- ST20 asambler and desambler
123
- 从键盘输入10个数,选出其中最大值,汇编语言-Enter the number from the keyboard 10 to select one of the maximum, assembly language
wjyuanli1
- 从3500H记忆细胞开始建立0 ~ 15 16数据(做成的,01H ~ 09H数据00H。0AH ~ 0FH)。而且跑,检查记录的结果。-From 3500H memory cells began to establish 0 ~ 15 were 16 data (built for the data 00H, 01H ~ 09H. 0AH ~ 0FH). And run, examination record results.
