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