Skip to content

Commit c86c091

Browse files
committed
latest symboldumps
1 parent 268b0c9 commit c86c091

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/_static/symboldumps/skeletons-c128.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ cbm {
320320
MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c
321321
MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY = $ff99
322322
OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0
323-
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0
323+
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0
324324
RAMTAS () -> clobbers (A,X,Y) = $ff87
325325
RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde
326326
RDTIM16 () -> clobbers (X) -> uword @AY

docs/source/_static/symboldumps/skeletons-c64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ cbm {
449449
MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c
450450
MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY = $ff99
451451
OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0
452-
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0
452+
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0
453453
RAMTAS () -> clobbers (A,X,Y) = $ff87
454454
RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde
455455
RDTIM16 () -> clobbers (X) -> uword @AY

docs/source/_static/symboldumps/skeletons-cx16.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ cbm {
733733
MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c
734734
MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY, ubyte @A = $ff99
735735
OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0
736-
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0
736+
PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0
737737
RAMTAS () -> clobbers (A,X,Y) = $ff87
738738
RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde
739739
RDTIM16 () -> clobbers (X) -> uword @AY

0 commit comments

Comments
 (0)