This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: port to a custom board based on the ARM E7T


>in  hal_platform_ints.h i modyfied: HAL_PLATFORM_RESET_ENTRY
>in  hal_platform_setup.h   i modyfied basically all of the  .long
definition but i don't understand
>    that part           ldr     lr,=33f
>                              ldr     r0,=12f  . are 33f and 12f labels ?
if yes, where are these defined?
>these labels are not the '12'    '33' are they? i'm confused.

33f -> label "33", f stands for forward (to my understanding)
12f -> label "12",



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]