• who can tell me,how turn this word into keil c's word. think you!!
    who can tell me,how turn this word into keil c's word. think you!! ERR: CLR 0AFH MOV DPTR, #ERR1 PUSH DPH PUSH DPL RETI RETI ERR1: MOV DPTR, #READY1 PUSH DPH PUSH DPL RETI RETI
  • who can tell me,how turn this word into keil c's word. think you!!
    who can tell me,how turn this word into keil c's word. think you!! ERR: CLR 0AFH MOV DPTR, #ERR1 PUSH DPH PUSH DPL RETI RETI ERR1: MOV DPTR, #READY1 PUSH DPH PUSH DPL RETI RETI
  • How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • ARM: Embedding CRC word into AXF file
    I'm using an STM32 target, and I need to embed a length and CRC word into the generated code in order for my bootloader (which always runs at reset) to run a consistency check on the application before...