• Using Conditional Assembly Controls Externally?
    Can conditional assembly controls be used externally? In other words, I have a set of assembly-time options that I select in the "application-level" portion of my assembly code. I'm trying to have one...
  • External RAM access using assembly language in keil
    i want to move a block of five bytes stored at locations 3000h, 3001h, 3002h, 3003h and 3004h of external RAM to locations 40h, 41h, 42h, 43h and 44h of internal RAM. 3000H 4AH 40H ? 3001H 34H 41H...
  • The extern and non-extern variables
    Hi, As I was in the progress of learning 8051(specifically F340 uC from Silabs) with Keil C51 compiler. I came across this extern variable. This is what happen, hope somebody can enlighten me: In...
  • Timer/counter/External Interrupts code in ARM assembly
    hi all, I am on the learning stage of LPC2148 and I have done basic programs like interrupts ... ADC ... TIMER/COUNTER. But all the code I have written is in C Language. Though I had written...
  • Assembler
    I am working on a design for school. I am writing in basic atmel assembly. I am currently using a free assembler provided with 8051 textbook (A51--developed by PseudoCorp) that does not assemble any code...