From 658dac4449ef4aa711a8fe411a9ed3009b6c6c55 Mon Sep 17 00:00:00 2001 From: fincs Date: Mon, 29 Dec 2014 21:03:32 +0100 Subject: [PATCH] Fix typo in Manual.md --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index f00e76b..bc6ef1b 100644 --- a/Manual.md +++ b/Manual.md @@ -37,7 +37,7 @@ Directives are special statements that start with a period and control certain a PICA200 registers are often used as arguments to instructions. There exist the following registers: - `o0` through `o7`: Output registers (usable as a destination operand). -- `i0` through `i7`: Input registers (usable as a source operand). +- `v0` through `v7`: Input registers (usable as a source operand). - `r0` through `r15`: Scratch registers (usable as both destination and source operands). - `c0` through `c95`: Floating-point vector uniforms (usable as a special type of source operand called SRC1). - `i0` through `i7`: Integer vector uniforms (special purpose).