1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-09-27 12:58:15 +00:00
of816/test/of816-words.fs
2020-01-06 18:52:18 -08:00

14 lines
187 B
GLSL

testing OF816 words
hex
t{ 0 bsx -> 0 }t
t{ 7f bsx -> 7f }t
t{ 80 bsx -> -80 }t
t{ ff bsx -> -1 }t
t{ 0 wsx -> 0 }t
t{ 7fff wsx -> 7fff }t
t{ 8000 wsx -> -8000 }t
t{ ffff wsx -> -1 }t