This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-11-05 10:05:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
39d6d2857e
prog8
/
examples
/
test.p8
10 lines
129 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use bool type in examples and libraries
2022-07-08 19:50:32 +00:00
main {
tweak vm codegen
2022-08-07 11:45:03 +00:00
sub start() {
ir: adding register usage inspections fix compiler problems with untrimmed inlined asm, and when only a single return statement is present in a subroutine
2022-09-30 18:18:14 +00:00
ubyte aa = 42
ubyte bb = 99
aa += bb
ir: change inline binary a bit
2022-10-03 22:47:51 +00:00
%asmbinary "build.gradle"
IR: mem mapped vars and memory slabs
2022-09-18 14:04:49 +00:00
}
}
Reference in New Issue
Copy Permalink