index
:
ccomp-mar
master
C compiler for MAR
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
test/t2.c
8
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