-
汇编中调用钩子函数的例子。
汇编中调用钩子函数的例子。-compilation called hook function examples.
- 2022-04-07 17:14:01下载
- 积分:1
-
Soft
Soft-Starter with ramp to PIC16F690
- 2022-05-13 21:04:08下载
- 积分:1
-
PID算法C语言程序,实现了简单的PID控制功能
PID算法C语言程序,实现了简单的PID控制功能-PID algorithm for C language procedures realize a simple PID control function
- 2023-05-16 14:05:03下载
- 积分:1
-
addition of fixed values
固定值的加法。我用bx和ax作为寄存器。bx表示第一个固定值,ax表示第二个固定值,然后将其相加。
- 2022-09-27 03:00:03下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1
-
反汇编源代码fd
反汇编源代码fd-Disassemble the source code fd
- 2022-02-07 11:49:29下载
- 积分:1
-
从CMOS读取信息显示时钟程序
从cmos中读取信息,来显示时间的时钟程序-from CMOS Read information to show that the clock procedures
- 2022-05-15 22:59:35下载
- 积分:1
-
它可以帮助您使用C++程序
it can help you use C++ program we
- 2022-08-08 20:06:22下载
- 积分:1
-
Tabla multiplicar
.model 小
64.stack
.data
num db"Introdusca 联合国第 $",10,13 ;可变段 reslpaldar el número digitado por el usuario。
.code
属于:
mov ax @data
mov ds、 ax
mov 啊,09 h
lea dx num
int 21 h
mov 啊,01h ;Pedir el número al usuario
int 21 h
潜艇基地,30 h
mov num,al ; guardamos el número digitado en num 中。
mov cl,01 h; Iniciamos el 康塔多 en 1
mov cx 10
tabla:
mov al,num ; movemos al número guardado en num AL
mul cl ; se multiplica CL por AL,el resultado se 瓜尔达 en AL
aam ; ajuste ASCII 段 multiplicación
mov bx,ax;Se respalda la multiplicación BX el
mov 啊,02 h
mov dl,10,13 ; imprimimos 联合国非裔
int 21 h
mov 啊,02 h
mov dl,bh ; Imprime la 单方面阿尔塔德尔登记 BX,si el número es 市长德 9 imprime las decenas
添加 dl,30 h;Suma 30 段 imprimir el número 真实。
int 21 h
mov dl、 bl ; imprime la 单方面巴哈德 BX o la
- 2022-01-25 14:43:48下载
- 积分:1
-
一个可以控制传输的汇编+
一个可以控制传输的汇编+-one can control the transmission of compilation
- 2022-07-11 00:45:39下载
- 积分:1