diff options
Diffstat (limited to 'test')
-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 |