/vc4asm

Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU

Primary LanguageC++

vc4asm - Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU

The goal of the vc4asm project is a full featured macro assembler and disassembler with constraint checking. The work is based on qpu-asm from Pete Warden which itself is based on Eman's work and some ideas also taken from Herman H Hermitage. But it goes further by far. First of all it supports macros and functions.

Unfortunately this area is highly undocumented in the public domain. And so the work uses only the code from hello_fft which is available as source and binary as Rosetta Stone. However, I try to keep it downwardly compatible to the Broadcom tools.

→ Homepage & Download

→ Changelog

→ Assembler

→ Disassembler

→ Known problems

→ Build instructions

→ Examples