Skip to content

Commit 54ed148

Browse files
committed
Update
1 parent fe5e4aa commit 54ed148

30 files changed

Lines changed: 134 additions & 133 deletions

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,8 @@ Release 37: (22/02/23) BINNED
230230

231231
Release 38: (23/02/23)
232232

233-
CHG: TILES command added and documented.
233+
CHG: TILES command added and documented.
234+
CHG: TILE and TILE() command/function added and documented
235+
CHG: /<command> added to command line interface.
236+
237+

TODO

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
Tiles:
2-
3-
LOAD/SAVE errors don't have a line number.
4-
51
Progress:
6-
Upgrade model A.
7-
Display Kernel version
8-
Consider STEP.
9-
Should CR in PRINT clear to EOL.
2+
Upgrade model A & Find a home for it.
103

114
Ongoing:
12-
Code reading.
5+
Continue code reading.
136
Continue documentation.
147

15-
ROMA: $B42E
16-
ROMB: $B7E3
17-
ROMC: $A800
8+
ROMA: $B576
9+
ROMB: $B997
10+
ROMC: $A76B
1811

1912

bin/basic.rom

0 Bytes
Binary file not shown.

howto/howto-crossdev-asm.zip

0 Bytes
Binary file not shown.

howto/howto-crossdev-basic.zip

0 Bytes
Binary file not shown.

howto/howto-update.zip

101 Bytes
Binary file not shown.

howto/update/sb01.bin

0 Bytes
Binary file not shown.

howto/update/sb02.bin

0 Bytes
Binary file not shown.

howto/update/sb03.bin

0 Bytes
Binary file not shown.

reference/source/reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,12 +768,12 @@ \section*{text}
768768
\end{verbatim}
769769

770770
\section*{tile}
771-
Manipulates the tile map. This allows you to set the scroll offset (with TO xscroll,yscroll) and draw on the time map using AT x,y to set the position and PLOT followed by a list of tiles, with a repeat option using FOR to draw on it. (In the examples, lines 110 and 120 do the same thing)
771+
Manipulates the tile map. This allows you to set the scroll offset (with TO xscroll,yscroll) and draw on the time map using AT x,y to set the position and PLOT followed by a list of tiles, with a repeat option using LINE to draw on it. (In the examples, lines 110 and 120 do the same thing)
772772
\example{}
773773
\begin{verbatim}
774774
100 tile to 12,0
775775
110 tile at 4,5 draw 10,11,11,11,10
776-
120 tile at 4,5 draw 10,11 for 3,10
776+
120 tile at 4,5 draw 10,11 line 3,10
777777
\end{verbatim}
778778

779779
\section*{tile()}

0 commit comments

Comments
 (0)