mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
larger
This commit is contained in:
parent
8c448e5bc2
commit
629222f103
@ -5,6 +5,8 @@
|
||||
|
||||
; This example shows the directory contents of disk drive 8.
|
||||
|
||||
; TODO why is this larger than on the previous compiler version?
|
||||
|
||||
main {
|
||||
sub start() {
|
||||
txt.print("directory of disk drive #8:\n\n")
|
||||
|
@ -4,6 +4,8 @@
|
||||
; This example computes the first 20 values of the Fibonacci sequence.
|
||||
; Note: this program is compatible with C64 and CX16.
|
||||
|
||||
; TODO why is this larger than on the previous compiler version?
|
||||
|
||||
main {
|
||||
sub start() {
|
||||
txt.print("fibonacci sequence\n")
|
||||
|
@ -5,6 +5,8 @@
|
||||
|
||||
; Note: this program is compatible with C64 and CX16.
|
||||
|
||||
; TODO why is this larger than on the previous compiler version?
|
||||
|
||||
main {
|
||||
|
||||
sub start() {
|
||||
|
@ -3,6 +3,9 @@
|
||||
|
||||
; Note: this program is compatible with C64 and CX16.
|
||||
|
||||
; TODO why is this larger than on the previous compiler version?
|
||||
|
||||
|
||||
main {
|
||||
const uword screenwidth = txt.DEFAULT_WIDTH
|
||||
const uword screenheight = txt.DEFAULT_HEIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user