# qpu-assembler2 **Repository Path**: yanlusu/qpu-assembler2 ## Basic Information - **Project Name**: qpu-assembler2 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-03 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qpu-assembler2 Yet another assembler for VideoCore IV QPU. ## Requirements You need to install `flex` (`lex` command) to compile qpu-assembler2. On Debian dists, do: ``` $ sudo apt-get install flex ``` ## Building ``` $ make ``` You can build Debian package by doing: ``` $ debuild -us -uc ``` ## Usage Use [qbin2hex](https://github.com/Terminus-IMRC/qpu-bin-to-hex) to convert the output to C/C++'s array style. ``` $ qasm2