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-25 04:31:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
957c42bc1d
prog8
/
examples
/
test.p8
8 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix asm optimization regression caused by wrong label prefix comparison
2024-11-13 23:54:07 +00:00
main {
now also support using defer inside if statements
2024-11-11 23:11:19 +00:00
sub start() {
fix asm optimization regression caused by wrong label prefix comparison
2024-11-13 23:54:07 +00:00
ubyte @shared v1, v2
if v1==0 and v2 & 3 !=0
v1++
todo
2024-11-08 18:43:59 +00:00
}
romsub @bank now also accepts a variable so the bank can be dynamic
2024-11-05 22:56:58 +00:00
}
Reference in New Issue
Copy Permalink