aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/t2.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t2.c b/test/t2.c
index 1091313..11ce9b8 100644
--- a/test/t2.c
+++ b/test/t2.c
@@ -1,5 +1,13 @@
int dir = 0;
+void holo_dec(int value) {
+ asm {
+ mov a, 3
+ mov b, @value
+ hwi 9
+ }
+}
+
void main() {
asm {
mov a, 2