Upload files to "ES/Lab/Lab1/Init"

This commit is contained in:
aadit 2025-07-24 13:16:20 +05:30
parent 116ca4f08a
commit 2e60fcd9b8
5 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,86 @@
ARM Macro Assembler Page 1
1 00000000 AREA RESET,DATA,READONLY
2 00000000 EXPORT __Vectors
3 00000000 __Vectors
4 00000000 10001000 DCD 0x10001000 ;
5 00000004 00000000 DCD Reset_Handler ;
6 00000008 ALIGN
7 00000008 AREA mycode, CODE, READONLY
8 00000000 ENTRY
9 00000000 EXPORT Reset_Handler
10 00000000 Reset_Handler
11 00000000 F04F 000A MOV R0,#10
12 00000004 F04F 0110 MOV R1, #0x10
13 00000008 F04F 030A MOV R3, #2_1010
14 0000000C F04F 0413 MOV R4, #5_34
15 00000010 F06F 0507 MOV R5, #-8
16 00000014
17 00000014 STOP
18 00000014 E7FE B STOP
19 00000016
20 00000016 END ;
Command Line: --debug --xref --cpu=Cortex-M3 --apcs=interwork --depend=DATATRAN
SFER.d -oDATATRANSFER.o -IC:\Keil\ARM\RV31\INC -IC:\Keil\ARM\CMSIS\Include -IC:
\Keil\ARM\Inc\NXP\LPC17xx --predefine="__EVAL SETA 1" --list=DATATRANSFER.lst D
ATATRANSFER.asm
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
RESET 00000000
Symbol: RESET
Definitions
At line 1 in file DATATRANSFER.asm
Uses
None
Comment: RESET unused
__Vectors 00000000
Symbol: __Vectors
Definitions
At line 3 in file DATATRANSFER.asm
Uses
At line 2 in file DATATRANSFER.asm
Comment: __Vectors used once
2 symbols
ARM Macro Assembler Page 1 Alphabetic symbol ordering
Relocatable symbols
Reset_Handler 00000000
Symbol: Reset_Handler
Definitions
At line 10 in file DATATRANSFER.asm
Uses
At line 5 in file DATATRANSFER.asm
At line 9 in file DATATRANSFER.asm
STOP 00000014
Symbol: STOP
Definitions
At line 17 in file DATATRANSFER.asm
Uses
At line 18 in file DATATRANSFER.asm
Comment: STOP used once
mycode 00000000
Symbol: mycode
Definitions
At line 7 in file DATATRANSFER.asm
Uses
None
Comment: mycode unused
3 symbols
336 symbols in table