• 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....
  • writing assembly on Keil
    I wanna write assembly code on Keil but program got errors about it , how can i write assembly code on Keil . here is my assembly code : // Macros for Interrupt Nesting #define IENABLE /* Nested...
  • 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....
  • writing assembly on Keil
    I wanna write assembly code on Keil but program got errors about it , how can i write assembly code on Keil . here is my assembly code : // Macros for Interrupt Nesting #define IENABLE /* Nested...
  • Problem writing to dest address (Assembly)
    I created a table, where I have various data. I need to take out data from this table, alter it, then write it back to the same position, however, for some reason, data is not written to the position...