• bits location and order, how?
    hi, in "standard" way it is possible to locate a variable next way: ; motors control register MOTORS_CONTROL DATA 0x20 ; motor 1 CTRL1_UP BIT CONTROL_BITS.0 CTRL1_DOWN BIT CONTROL_BITS.1 CTRL1_LEFT...
  • Section Locating Order
    Hi I am working on a project using the XC164CS micro with a 128K external flash chip connected. The internal 128K ROM of the XC164 starts at address 0xC00000, while I have the external ROM configured...
  • Linking Order
    Hello, I'm using C51 v 5.10 BL51 v 3.52 uVision v 1.24 1.) When I link object files in the following order, the startup code is not run. Inspection of the .hex file shows that there is no...
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...
  • assembler order
    What means this line in assembler? __user_libspace: 0x10000AE0 ES813Bf3 ADD R3, R1, #0x0001CC00 instruction at the addr 0x10000AE0 called a ADD order to add value in R1 to R3 - but what about...