Skip to content

Commit 1aed995

Browse files
committed
Update
1 parent 80155a5 commit 1aed995

34 files changed

Lines changed: 6808 additions & 6769 deletions

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,6 @@ Release 27 (11/01/23):
157157
CHG: rnd() and random() use the Vicky LFSR random number generator.
158158
CHG: Add volume/blocks to dir display
159159

160-
Release 28 (11/01/23):
160+
Release 28 (11/01/23):
161+
162+
CHG: Aligned block displays on DIR

TODO

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Progress:
2+
- ItemCount(String,Seperator)
3+
- ItemGet$(String,Index,Seperator)
24

35
Mouse code.
46
Display Kernel version
@@ -25,3 +27,6 @@ use either the .raw or .ascii value (depending on how you want to handle ENTER/E
2527
there to indicate that the key is pressed. Every time you get a key.RELEASED event, clear the associated value. Now your function to test whether a
2628
key is presently held down or not can simply consult the array.
2729

30+
Page0 ends $B7F0 : superfluous data $0800 (new font) + 50 odd bytes to upload it
31+
Page1 ends $DC5A : superfluous data $0410 (display header) + code to decode/upload it (128 bytes approx)
32+

bin/basic.rom

0 Bytes
Binary file not shown.

howto/howto-crossdev-basic.zip

0 Bytes
Binary file not shown.

howto/howto-update.zip

4 Bytes
Binary file not shown.

howto/update/01.bin

0 Bytes
Binary file not shown.

howto/update/02.bin

0 Bytes
Binary file not shown.

howto/update/03.bin

0 Bytes
Binary file not shown.

howto/update/04.bin

0 Bytes
Binary file not shown.

source/build/01.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)