Skip to content

Commit

Permalink
I2C-UTIL JC-][ version initial commit
Browse files Browse the repository at this point in the history
V1.5	20.11.24	Command G added
  • Loading branch information
Dietrich-L committed Nov 20, 2024
1 parent dfe9e3e commit d0dd5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Binary file modified Images/CPM-65.IMG
Binary file not shown.
Binary file added UTIL/I2C-UTIL.COM
Binary file not shown.
14 changes: 4 additions & 10 deletions UTIL/SD-UTIL.ASM
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ DUTIL1 JSR DECODE ;DECODE AND EXEC COMMAND
JMP DUTILL


INIT LDY #18 ;set IOBASE from BIOS
LDA (DPH),Y
STA IOBUF
LDA #0 ;RESET VARIABLES
INIT LDA #0 ;RESET VARIABLES
LDX #$40
INIT2 STA 0,X
DEX
BPL INIT2
LDY #18 ;set IOBASE from BIOS
LDA (DPH),Y
STA IOBASE
LDA #BUFBEG ;SET BUFFER VECTOR
STA BUFFER
LDA #BUFBEG/256
Expand Down Expand Up @@ -1095,10 +1095,6 @@ SETLBA0 LDA SEC,Y ;SEC/2
BPL SETLBA0
LDA #$40 ;set mode byte
STA MODE
LDA #0 ;set IOBASE
STA IOBASE
LDA IOBUF
STA IOBASE+1
CLC
RTS

Expand Down Expand Up @@ -1310,8 +1306,6 @@ NDIR DW 0

N32 DS 4,0 ;32 bit argument

IOBUF DB $00 ;buffer for IOBASE

;--------------

STATM1 DB CR,LF,'SD-UTIL V',VERSION/16+$30,'.',VERSION*$1000/$1000+$30
Expand Down

0 comments on commit d0dd5a7

Please sign in to comment.