diff options
author | tomsmeding <tom.smeding@gmail.com> | 2018-01-24 22:54:04 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2018-01-24 22:54:04 +0100 |
commit | 7d4da488404d65805132a8787951759897a60dfc (patch) | |
tree | d4d8147a73cda3e40ae9ae03ce660167290f8ca4 | |
parent | f36879c1d42e34d593dff204e26ecfb10eb6dfac (diff) |
Modify test/t2.c
-rw-r--r-- | test/t2.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |