Skip to content

Commit

Permalink
Removed all of Sweet16
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Robson committed May 25, 2024
1 parent 792a227 commit ec86bed
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 360 deletions.
4 changes: 1 addition & 3 deletions basic/scripts/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def create(self):
LOAD CAT GOSUB GOTO RETURN RESTORE DIM FKEY
CLS INK FRAME SOLID BY WHO PALETTE DRAW
HIDE FLIP SOUND SFX ANCHOR GLOAD DEFCHR LEFT
RIGHT FORWARD TURTLE SWEET TILEMAP PENUP PENDOWN FAST
RIGHT FORWARD TURTLE !!UK0 TILEMAP PENUP PENDOWN FAST
HOME LOCALE CURSOR RENUMBER DELETE EDIT MON OLD
ON ERROR PIN OUTPUT WAIT IWRITE ANALOG ISEND
SSEND IRECEIVE SRECEIVE ITRANSMIT STRANSMIT NEAL LIBRARY
Expand All @@ -140,8 +140,6 @@ def create(self):
PLX PLY ROL ROR RTI RTS SBC SEC SED SEI STA STX STY STZ
TAX TAY TRB TSB TSX TXA TXS TYA
SET LD ST LDD STD POP STP ADD SUB POPD CPR INR DCR
RTN BR BNC BC BP BM BZ BNZ BM1 BNM1 BK RS BS BSL
""",0x60)
#
# Additional Unary functions, less popular
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
236 changes: 0 additions & 236 deletions basic/sources/assembler/sweet/opcodes.asm

This file was deleted.

56 changes: 0 additions & 56 deletions basic/sources/assembler/sweet/operands.asm

This file was deleted.

64 changes: 0 additions & 64 deletions basic/sources/commands/extras/sweet16.asm

This file was deleted.

Binary file modified examples/basic/examples/mixedassembler.bas
Binary file not shown.
2 changes: 1 addition & 1 deletion release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BINARIES = $(BINDIR)*.uf2 $(BINDIR)*.elf \
#
PYTHONAPPS = $(BINDIR)makebasic.zip $(BINDIR)listbasic.zip $(BINDIR)exec.zip \
$(BINDIR)createblanks.zip $(BINDIR)makeimg.zip $(BINDIR)cvimg.zip \
$(BINDIR)nxmit.zip $(BINDIR)swasm.zip
$(BINDIR)nxmit.zip

# ***************************************************************************************
#
Expand Down

0 comments on commit ec86bed

Please sign in to comment.