• Where can I find "ARMv8 Instruction Set Overview" (PRD03-GENC-010197)
    I am trying to prepare a guide for people that want to start programming in A64 assembly and I think the document would be a nice resource. It is mentioned in multiple places like here on developer.arm...
  • Where can I find "ARMv8 Instruction Set Overview" (PRD03-GENC-010197)
    I am trying to prepare a guide for people that want to start programming in A64 assembly and I think the document would be a nice resource. It is mentioned in multiple places like here on developer.arm...
  • Where can I find the device-specific JTAG instructions for Cortex-M3?
    I'm trying to communicate with a Cortex-M3 based microcontroller (LPC1769) through JTAG. I already have the hardware required, and have managed to get an example program to work, but to progress further...
  • Where can I find the device-specific JTAG instructions for Cortex-M3?
    I'm trying to communicate with a Cortex-M3 based microcontroller (LPC1769) through JTAG. I already have the hardware required, and have managed to get an example program to work, but to progress further...
  • Invalid opcode exception error for HVC instruction
    Note: This was originally posted on 9th November 2012 at http://forums.arm.com Hi I'm developing a UEFI boot loader that can run a hypervisor. I've developed some code that initializes CPUs and then transitions...