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-23 07:32:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ab4bcdf12d
prog8
/
examples
/
test.p8
12 lines
153 B
Plaintext
Raw
Normal View
History
Unescape
Escape
improve the way %option merge works, you can now merge your own code with library code for instance.
2023-11-14 21:47:31 +00:00
%import textio
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() {
cx16.vaddr_clone now leaves vera CTRL selected port intact
2023-11-17 15:35:33 +00:00
str key = "test"
txt.print(":")
if key != ":" {
cx16.r0++
}
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