mirror of
https://github.com/irmen/prog8.git
synced 2025-02-27 03:29:22 +00:00
version 7.5
This commit is contained in:
parent
75ea453bf4
commit
35998142fe
@ -1 +1 @@
|
||||
7.5-dev
|
||||
7.5
|
||||
|
@ -1,7 +1,7 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
For next compiler release (7.5)
|
||||
For next compiler release (7.6)
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
...
|
||||
|
||||
|
@ -3,31 +3,9 @@
|
||||
|
||||
main {
|
||||
sub start() {
|
||||
ubyte @zp xx
|
||||
for xx in 0 to 10 {
|
||||
txt.print_ub(xx)
|
||||
txt.spc()
|
||||
}
|
||||
txt.nl()
|
||||
|
||||
for cx16.r0L in 0 to 10 {
|
||||
txt.print_ub(cx16.r0L)
|
||||
txt.spc()
|
||||
}
|
||||
txt.nl()
|
||||
|
||||
for main.derp.xx in 0 to 10 {
|
||||
txt.print_ub(main.derp.xx)
|
||||
txt.spc()
|
||||
}
|
||||
|
||||
derp()
|
||||
txt.nl()
|
||||
}
|
||||
|
||||
sub derp() {
|
||||
ubyte xx
|
||||
|
||||
ubyte @shared xx = @(cx16.r5)
|
||||
xx++
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user