arvind053
Newbie level 4
.section .reset,4,1,6
I have the following code snippet in my Assembly file (.asm file) :
.section .reset 4,1,6 # Put this code in ".init" section
Can anyone tell me what this means ?
When I compile with this I get the following Warning:
No linker command file input for section .reset. .reset will be input for output section .init
Thanks
I have the following code snippet in my Assembly file (.asm file) :
.section .reset 4,1,6 # Put this code in ".init" section
Can anyone tell me what this means ?
When I compile with this I get the following Warning:
No linker command file input for section .reset. .reset will be input for output section .init
Thanks