Description: dat segment
import db input a 4 bit hex:$
output db the equal number=$
err db wrong number$
dat ends
cod segment
assume cs:cod,ds:dat
start: mov ax,dat
mov ds,ax
mov bx,0
call rec
call enter
call disp
rec proc
mov ah,1
int 21h
cmp al,odh
jz exit
cmp al,30h
jb err
cmp al,39h
jbe save
cmp al,
- [juchibo] - err
- [DAC0832] - DAC0832 digital-to-analog conversion pro
- [sigal_generator] - Making use of single-chip signal generat
- [DA] - dac0832 interface program, code, althoug
- [CHIPFILE] - Some common electronic chip information:
- [DAC0832] - D/A digital analog conversion module is
- [DAC0832] - Waveform generator to do its own source
- [VerilogProjects] - In quartus II environment achieved with
File list (Check if you may need any files):
sy5.asm
sy5-lin.ASM
sy.ASM
zcx.asm
SEGUANG.ASM
zcx2.asm
02.asm
lx1.asm
ss.asm
xh2.asm
sy4.asm