代码搜索结果
找到约 10,000 项符合
H 的代码
aa.asm
.global boot
BOOT .sect "boot"
.word 010AAh
.word 07FFFh
.word 08802h
.word 00000h
.word 00100h
.word 00080h
.word 00000h
.word 00080h
.word 0F273h
.wor
awse.map
Start Stop Length Name Class
00000H 00230H 00231H DATA
00240H 00299H 0005AH CODE
Program entry point at 0024:0000
Warning: No stack
ex.asm
;ex.asm,中断向量表跳转程序,用户可自行定义和添加
.title "ex.asm"
;建立中断向量表
.sect ".vectors"
B 8000h ;RSVECT
B 8002h ;INT1
8-5-3.asm
;8-5-3.ASM
;2 BYTE DATA SUBSTRACT
$MOD51
ORG 0000H
MOV R0,#20H
MOV R1,#30H
CLR CY
MOV A,@R0 ;A=(20H)
SUBB A,@R1 ;A=(20H)-(30H)
MOV @R1,A ;(30H)=(20H)-(30H)
INC R0 ;R0=21H
IN
dstd.lst
页 1
10-30-06
dsmmyd.asm
;
ORG 0000H
LJMP ST
org 000bh
ljmp ds0ZD
org 0030h
st: mov r2,#0
mov
dsmmyd.lst
页 1
08-22-06
lnk.cmd
MEMORY
{
vecs: o = 00000000h l = 00000200h
boot: o = 00000200h l = 00000200h
IRAM: o = 00000400h l = 0000FA00h
CE0:
ex.asm
;ex.asm,中断向量表跳转程序,用户可自行定义和添加
.title "ex.asm"
;建立中断向量表
.sect ".vectors"
B 8000h ;RSVECT
B 8002h ;INT1
ex.asm
;ex.asm,中断向量表跳转程序,用户可自行定义和添加
.title "ex.asm"
;建立中断向量表
.sect ".vectors"
B 8000h ;RSVECT
B 8002h ;INT1