vc4asm
vc4asm copied to clipboard
Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU
This has been the case for a couple months now as far as I am aware, which is sad to see since it has a bunch of good documentation. Luckily...
When trying to use the dynamic semaphore acquisition snippet from the "Addendum to the Broadcom VideoCore IV documentation" page I encountered two problems. The first is this: ```mul24 ra31, r0,...
I have done some research around the breakpoint instruction and some of the undocumented registers that are intended to be used with it. I figured I should put my findings...