This website requires JavaScript.
Explore
Help
Sign In
mid
/
nctref
Watch
1
Star
0
Fork
0
You've already forked nctref
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
012320569e
nctref
/
tests
/
loopregalloc.nct
9 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Loop guards
2024-02-15 22:33:06 +02:00
u8 a;
loop {
a = 3;
u8 b = 1;
Support negation, parentheses. Always zero-extend registers for bugless memory operand usage
2024-06-12 11:17:09 +03:00
u8 c = 2;
Loop guards
2024-02-15 22:33:06 +02:00
}
Reference in New Issue
Copy Permalink