dbsdk-vu-asm 0.1.0

Proc macro support for assembling in-line VU programs for the Dreambox fantasy console
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DBSDK-VU-ASM

Helper crate to assist with writing inline VU assembly programs for the Dreambox fantasy console

## Installation

Add the following line to the dependencies section of your Cargo.toml:

```
dbsdk-vu-asm = "0.1.0"
```

## VU Assembly Language

See "VU_ASM.md" for details on the VU assembly language

## Documentation

View docs at https://docs.rs/dbsdk-rs/0.1.0/dbsdk_vu_asm/