From c86c0912f82b78bdc859e2f08f23e344af333838 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 29 Dec 2024 20:07:45 +0100 Subject: [PATCH] latest symboldumps --- docs/source/_static/symboldumps/skeletons-c128.txt | 2 +- docs/source/_static/symboldumps/skeletons-c64.txt | 2 +- docs/source/_static/symboldumps/skeletons-cx16.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/_static/symboldumps/skeletons-c128.txt b/docs/source/_static/symboldumps/skeletons-c128.txt index eeddb123d..84f7ea329 100644 --- a/docs/source/_static/symboldumps/skeletons-c128.txt +++ b/docs/source/_static/symboldumps/skeletons-c128.txt @@ -320,7 +320,7 @@ cbm { MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY = $ff99 OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0 - PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0 + PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0 RAMTAS () -> clobbers (A,X,Y) = $ff87 RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde RDTIM16 () -> clobbers (X) -> uword @AY diff --git a/docs/source/_static/symboldumps/skeletons-c64.txt b/docs/source/_static/symboldumps/skeletons-c64.txt index 4b40d38c9..76402c128 100644 --- a/docs/source/_static/symboldumps/skeletons-c64.txt +++ b/docs/source/_static/symboldumps/skeletons-c64.txt @@ -449,7 +449,7 @@ cbm { MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY = $ff99 OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0 - PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0 + PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0 RAMTAS () -> clobbers (A,X,Y) = $ff87 RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde RDTIM16 () -> clobbers (X) -> uword @AY diff --git a/docs/source/_static/symboldumps/skeletons-cx16.txt b/docs/source/_static/symboldumps/skeletons-cx16.txt index 58f6d27a1..e976b31bc 100644 --- a/docs/source/_static/symboldumps/skeletons-cx16.txt +++ b/docs/source/_static/symboldumps/skeletons-cx16.txt @@ -733,7 +733,7 @@ cbm { MEMBOT (uword address @XY, bool dir @Pc) -> uword @XY = $ff9c MEMTOP (uword address @XY, bool dir @Pc) -> uword @XY, ubyte @A = $ff99 OPEN () -> clobbers (X,Y) -> bool @Pc, ubyte @A = $ffc0 - PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @X, ubyte @Y = $fff0 + PLOT (ubyte col @Y, ubyte row @X, bool dir @Pc) -> clobbers (A) -> ubyte @Y, ubyte @X = $fff0 RAMTAS () -> clobbers (A,X,Y) = $ff87 RDTIM () -> ubyte @A, ubyte @X, ubyte @Y = $ffde RDTIM16 () -> clobbers (X) -> uword @AY