• Instruction Set Manual Question
    I was unsure as to what the meaning of "Bytes" was in the description of a given instruction. For example: For the MOV opcode, two of the given mnemonics are: MOV @Rn, #immediate C AC F0 RS1...
  • Instruction cycle
    Hi, I am generating pulse output through 8051 microcontroller using assembly langauge. I don't wnat to use any timer for time delay, I would like to use instruction delays as follows... CLR portbit...
  • I/O Port Simulation mismatch?
    I have two simple code examples: ; Example 1 ORG 0 MOV A,#0xff MOV P0,A TOP: MOV P1,P0 SJMP TOP END ---------------------- ; Example 2 ORG 0 TOP: MOV A,#0xff MOV P0,A MOV P1,P0...
  • Manual
    Please send me the Software development manual for the N79E352 controller.
  • memory mismatch
    im trying to debug for the first time but i get this error: ULINK- ARM Error Memory Mismatch! Address: 0x00000344 Value: 0x10 Expected = 0x18 what does this error mean and how can i fix...