• Assembly IF statement simple question
    If I say, if a == 10 b = b * 4 + 2 if it does then do 'b = b * 4 + 2' or skip doing it? Would it be BNE or BEQ? Something tells me it's DON'T DO... Thanks
  • building a very simple assembly program.. killing me.
    hello all, I am trying to get my arm7tdmi.. better yet an at91sam7x256 processor to do the simplist of assembly programs.. I have the program done and it should be flawless.. write the sum of...
  • Need help with simple assembly language program
    Hello, I teach Computer Architecture at the University of Washington Bothell campus. I'm teaching the ARM 7 architecture for the first time and this is the first time I'm using the uVision toolset. I...
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks
  • 8051 simple counter - Help
    The weak sign from the sensor need to be amplified and counted by 8051 counter, then displayed on LED. How would I do this? I would appriciate it if someone can display the code in order for me to program...