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-12 04:30:03 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
examples
/
test.p8
11 lines
133 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix const replacement optimization error on memory mapped variable
2024-01-07 18:48:18 +01:00
main {
optimized string compares
2024-08-24 14:34:23 +02:00
sub start() {
fix name redefinition check for multi-declarations
2024-09-20 19:55:32 +02:00
ubyte i
i++
comment
2024-09-20 17:33:00 +02:00
fix name redefinition check for multi-declarations
2024-09-20 19:55:32 +02:00
ubyte i, j ; redefinition
i++
j++
todo's for division optimizations
2024-07-21 13:35:28 +02:00
}
fixed a variable scopedname issue where it took the fully scoped name instead of just the local name this made 64tass not strip out that code if it was unused
2024-09-14 23:17:26 +02:00
}
Reference in New Issue
Copy Permalink