From e9b2964d88d533c5a1108e9fbcc89b9d056ddc99 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sun, 28 Mar 2021 14:43:10 -0400 Subject: [PATCH] Remove hard coded Rpi.Command as it's in firmware now --- Apple2/Rpi.Command.asm | 63 ----------------------------------------- Apple2/Rpi.Command.bin | Bin 86 -> 0 bytes 2 files changed, 63 deletions(-) delete mode 100644 Apple2/Rpi.Command.asm delete mode 100644 Apple2/Rpi.Command.bin diff --git a/Apple2/Rpi.Command.asm b/Apple2/Rpi.Command.asm deleted file mode 100644 index 3520a31..0000000 --- a/Apple2/Rpi.Command.asm +++ /dev/null @@ -1,63 +0,0 @@ -;Translation of code written in mini-assembler on Apple //e -;Currently only works if card is in slot 5 - - .org $1000 - lda $33 - pha - lda #$a4 - sta $33 -GetCommand: - jsr $fd6a - lda $0200 - cmp #$8d ;stop when return found - beq ExitApp - jsr DumpOutput - clc - bcc GetCommand -ExitApp: - pla - sta $33 - lda #$00 - sty $34 - rts - - brk - brk - brk - brk - brk - brk - brk - brk - brk - brk - brk - brk - -DumpOutput: - ldx #$50 - lda #$05 ;send command 5 = exec - jsr $c5aa - ldy #$00 -getInput: - lda $0200,y - cmp #$8d - beq sendNullTerminator - and #$7f - jsr $c5aa - iny - bne getInput -sendNullTerminator: - lda #$00 - jsr $c5aa ;send byte -getOutput: - jsr $c5c8 ;get byte - cmp #$00 - beq endOutput - jsr $fded - clc - bcc getOutput -endOutput: - rts - - diff --git a/Apple2/Rpi.Command.bin b/Apple2/Rpi.Command.bin deleted file mode 100644 index ee8f942af35f07e5f9d47ecfeda546627ac8c704..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 86 zcmZ2#?6Go5tFc1X-?a=(Cwo7zDQF8wO!$z|YP^!6#Uz0N2`ma&$*QpG=mLhFV3i!2 c^+4W<3m;c90BMC2M^7>Ub-(>9G2wFp06AtMy#N3J