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
2025-01-13 10:29:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
examples
/
test.p8
9 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fixed 'not not x' optimization to just 'x'
2024-01-04 15:02:21 +01:00
%import textio
fix expericodegen crash related to shortcircuiting
2023-12-31 01:02:33 +01:00
%zeropage basicsafe
fix exit() now actually correctly setting the return code in A also, moved some cleanup stuff such as CLRCHN from exit() to the cleanup routine that is always called. finally, also call the cleanup routine when %option no_sysinit is used
2024-01-04 00:30:20 +01:00
%option no_sysinit
fix expericodegen crash related to shortcircuiting
2023-12-31 01:02:33 +01:00
fix const replacement optimization error on memory mapped variable
2024-01-07 18:48:18 +01:00
main {
sub start() {
refactor block options
2023-12-26 22:01:49 +01:00
}
block names in asm now prefixed with p8b_ (instead of p8_) as part of fixing var versus block symbol conflict handling
2023-12-19 22:59:01 +01:00
}
Reference in New Issue
Copy Permalink