48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
MPASM 03.60 Released MAIN.ASM 3-25-2004 23:37:23 PAGE 1
|
||
|
||
|
||
LOC OBJECT CODE LINE SOURCE TEXT
|
||
VALUE
|
||
|
||
Warning[215]: Processor superceded by command line. Verify processor symbol.
|
||
00001 list p=pic16c84 ; Processoer utilizzato
|
||
00002 ; - - - - -
|
||
2100 00003 org h'2100' ;set data eeprom origin
|
||
2100 0054 0065 0073 00004 ee de "Testo libero"
|
||
0074 006F 0020
|
||
006C 0069 0062
|
||
0065 0072 006F
|
||
00005 ; - - - - -
|
||
0000 00006 org h'0000'
|
||
00007
|
||
0000 0000 00008 l1 nop
|
||
0001 2800 00009 goto l1
|
||
00010
|
||
00011 end
|
||
MPASM 03.60 Released MAIN.ASM 3-25-2004 23:37:23 PAGE 2
|
||
|
||
|
||
SYMBOL TABLE
|
||
LABEL VALUE
|
||
|
||
__16F84 00000001
|
||
ee 00002100
|
||
l1 00000000
|
||
|
||
|
||
MEMORY USAGE MAP ('X' = Used, '-' = Unused)
|
||
|
||
0000 : XX-------------- ---------------- ---------------- ----------------
|
||
2100 : XXXXXXXXXXXX---- ---------------- ---------------- ----------------
|
||
|
||
All other memory blocks unused.
|
||
|
||
Program Memory Words Used: 2
|
||
Program Memory Words Free: 1022
|
||
|
||
|
||
Errors : 0
|
||
Warnings : 1 reported, 0 suppressed
|
||
Messages : 0 reported, 0 suppressed
|
||
|
||
|