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-29 17:50:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
01b680504b
prog8
/
examples
/
test.p8
9 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
some tweaks to errors about long integer literals
2023-12-03 01:45:26 +00:00
%import textio
optimized calls for float *10 and +0.5
2023-12-06 00:15:29 +00:00
%zeropage basicsafe
some tweaks to errors about long integer literals
2023-12-03 01:45:26 +00:00
monogfx and gfx2: flood fill uses optimized horizontal line drawing
2023-10-15 20:44:34 +00:00
main {
diskio.f_open_w() error handling back to what it was before Otherwise it eats the status message. Added comment that you have to check this manually to be sure if the call succeeded or not!
2023-11-12 19:40:17 +00:00
sub start() {
optimized calls for float *10 and +0.5
2023-12-06 00:15:29 +00:00
next version
2023-11-14 17:23:37 +00:00
}
fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section) fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
2023-10-03 20:54:28 +00:00
}
Reference in New Issue
Copy Permalink