• arm assembler macro help
    I'm trying to get some arm assembly code to work with macros. I'm using free download version of keil tools. is the macro language the same syntax for armasm arm tools and free download keil tools? ...
  • assembly code helping
    can help me to find an assembly code for this : V - Communication: In our project we are proposing to use the CRC for the detection of errors and use an LFSR based random number generator to generate...
  • Help with writing assembly..
    Hi, In my project I'm using LPC2378. I Connect display to the IO ports. (DLC0283) This display use a tft driver ILI9341 It has 8 bit data - I Connect it to P1.24-31 It has WR bit and CS bit....
  • Need help with Assembly IF statements.
    I'm learning assembly language and trying to do the following, pretty easy task for the Cortex M0 32bit microcontroller: So far I just wrote the beginning which is: MOVS R0, #1 ;a = 1 MOVS R1...
  • help required: 486 assembly
    i have some trouble with 486 assembly language. i have an instruction which looks like this: cmp word ptr 15[edi],0 it's corresponding code is: 66 83 7f 0f 00 Firstly, can the saviour explain how...