代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/316817/13516757
lst key4x4.lst
C51 COMPILER V7.06 KEY4X4 12/07/2007 01:02:52 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE KEY4X4
OBJECT MODULE PLACED IN
www.eeworm.com/read/316817/13516758
hex key4x4.hex
:0A051900FC60DAF266B6BEE0FEF602
:0B050D004400097FBFDFEF4100000049
:0804CB007F287E007D007C000B
:1004D30090000F1202D590000F74FF1202A2EC4D90
:0504E3004E4F70F222F3
:06000E0090000F1202D564
:100014009
www.eeworm.com/read/314510/13565146
cmd c6_4_4.cmd
-e Init
MEMORY
{
PAGE 0: ROM: origin = 1000h, length = 0500h
PAGE 1: RAM: origin = 0100h, length = 0500h
}
SECTIONS
{
.text : > ROM
.data
www.eeworm.com/read/314510/13565152
asm c4_4_5.asm
.sect "vectors"
.ref start
RESET_RST:
B start
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NMI_RST:
B IRP
NOP
NOP
NOP
NOP
NOP
NOP
N
www.eeworm.com/read/314510/13565157
asm c4_4_3.asm
.ref start
K_DATA_SIZE .set 256
filterdata .usect "filter_vars",K_DATA_SIZE
.data
.global test
.global inputdata
inputdata:
www.eeworm.com/read/314510/13565160
asm c4_4_6.asm
.mmregs
.ref filter_start
K_DATA_SIZE .set 256
K_BUFFER_SIZE .set 8
K_STACK_SIZE .set 256
K_A .set 3
K_B
www.eeworm.com/read/314510/13565168
asm c5_4_4.asm
.ref usb_transfer
pcr1 .equ 01900024h
pcr .equ 018c0024h
.global ftranform
.global sinx
.data
sinx: .word 6957,13597,19617,24742,28740,3
www.eeworm.com/read/314510/13565176
asm c4_5_4.asm
.mmregs
.sect "vectors"
.ref _int_handler
.ref _c_int00
reset: b _c_int00
nop
nop
nmi: rete
nop
nop
nop
sint17
www.eeworm.com/read/314510/13565196
cmd c4_4_7.cmd
MEMORY {
PAGE 0: PARAM: org = 3000h len = 4000h
PAGE 1: DARAM: org = 100h len=4000h
}
SECTIONS{