代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/15488/465747
dbg num_ied.dbg
VERSION 1.0
CPU AVR
DIR C:\work\mega128\num_led\
FILE num_led.c
DEFGLOBAL seg_table 8C A[16:16]c
FILE num_led.c
FUNC delay_1ms E2 fV
BLOCK 8 E2
DEFREG i 16 i
LINE 8 E2
LINE 10 E2
LINE 11 E8
www.eeworm.com/read/15488/465748
lst num_ied.lst
__text_start:
__start:
0051 EFCF LDI R28,0xFF
0052 E1D0 LDI R29,0x10
0053 BFCD OUT P3D,R28
0054 BFDE OUT P3E,R29
0055 51C0 SUBI R28,0x10
0056 40
www.eeworm.com/read/15488/465751
mp num_ied.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/15488/465753
avd num_ied.avd
www.eeworm.com/read/15488/465754
mak num_ied.mak
CC = iccavr
CFLAGS = -IC:\ICC\include\ -e -DATMEGA -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ICC\lib\ -m -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x1
www.eeworm.com/read/15488/465755
c num_led.c
#include
#ifndef iar
#include
#endif
#define xtal 4
const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,
0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e}
www.eeworm.com/read/15488/465756
hex num_ied.hex
:040000000C9450000C
:10008C00C0F9A4B0999282F880908883C6A1868E1C
:10009C0000000000CFEFD0E1CDBFDEBFC051D0409B
:1000AC000AEA08830024E4E0F1E011E0E430F1070F
:1000BC0011F00192FBCF0083ECE9F0E0A0E0B1E09D
www.eeworm.com/read/15488/465757
lis num_led.lis
.module num_led.c
.area lit(rom, con, rel)
0000 _seg_table::
0000 C0F9 .byte 192,249
0002 A4B0 .byte 164,176
www.eeworm.com/read/15827/552090