Skip to content

Commit 60f0cc3

Browse files
author
Andrew Owen
committed
4.07c
Swapped PUT and UDG in syntax table.
1 parent d52e332 commit 60f0cc3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/se-0.rom

0 Bytes
Binary file not shown.

bin/se-1.rom

0 Bytes
Binary file not shown.

sebasic.asm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4501,9 +4501,9 @@ units:
45014501

45024502
syntax:
45034503
defb p_deffn - $ ; There is an offset value for each of the
4504-
defb p_udg - $ ; 56 BASIC commands.
4504+
defb p_ldir - $ ; 56 BASIC commands.
45054505
defb p_mode - $ ;
4506-
defb p_ldir - $ ;
4506+
defb p_udg - $ ;
45074507
defb p_delete - $ ;
45084508
defb p_open - $ ;
45094509
defb p_close - $ ;

0 commit comments

Comments
 (0)