vc4asm

Macro assembler for Broadcom VideoCore IV GPU programming

brewmacoslinux
Try with needOr install directly
Source

About

Macro assembler for Broadcom VideoCore IV aka Raspberry Pi GPU

Commands

vc4asm

Examples

Assemble a VideoCore IV assembly file to binary$ vc4asm -o output.bin input.asm
Assemble with hex output format for Raspberry Pi GPU$ vc4asm -V 4 input.asm -o output.hex
Display assembler version and available options$ vc4asm -h