Download
or download free
[free_download_btn]
Description
Dave Dunfield's Diagnostic Monitor v1.4. There was a bug that sent the L command to neverland.
ZIP file including Source Code for SBC-85 v1.x and v2.x, Listing for SBC-85 v1.x and v2.x, Intel Hex File for SBC-85 v1.x and v2.x, and user's guide
DD MON85 User Manual.txt
DD_MON85v1p4_SBC-85.A85
DD_Mon85_SBC-85v2.hex
DD_Mon85_SBC-85v2.lst
;
; MON85: A software debugger for the 8080/8085 processor
;
; Copyright 1979-2007 Dave Dunfield
; All rights reserved.
;
;
; Used with permission by Dave Dunfield for the SBC-85 Single Board Computer
; SBC-85.COM
; The MON85 source may be modified but the preceding header must
; be preserved in its entirety in all documentation
; Craig Andrews 2-11-20
;
; Version 1.2 - 2012 Roman Borik
;
; New in version 1.2
; - Support for undocumented 8085 instructions.
; DSUB B, ARHL, RDEL, LDHI d8, LDSI d8, LHLX D, SHLX D, JNK a16, JK a16, RSTV
; - Command R displays all flags of F register (SZKA3PVC). If flag is not set
; dash '-' is displayed.
; - Added restart vector RST 8 (0040h) for possibility to handle RSTV call.
; - Changed TRACE mode. After entering TRACE mode, instruction on actual PC and
; content of registers (if it is switched on) are displayed.
; Entering a space ' ' executes this instruction, and returns to the 'T>'
; prompt with the next instruction.
; - Instructions LXI, DAD, INX, DCX displays argument 'SP' rather than 'S'.
; - Commands that requires 1 byte parameter raises error if entered value
; not fit to 1 byte.
; - Command 'C' checks overlap of source and destination block and for copying
; uses appropriate direction.
; - Command 'F' checks <start> and <end> parameters and raises error,
; if <end> is lower than <start>.
; - Added command 'H' to send out memory content in Intel HEX format.
; - Sending of LF and CR characters were reversed and are sent in the usual
; order - CR first and followed by LF.
; Version 1.3 - 2020 Craig Andrews
; -- Syntax changed to work with William Colley's A85 Assembler as modified 12/2013 by Herb Johnson
; -- Modified to work with SBC-85 memory map and SID/SOD serial (SBC-85.com)
; -- Throw out fluff to fit in 2K
; -- Minor operational modifications (e.g., no pause in ? response)
[changelog]
Categories & Tags
Similar Downloads
No related download found!




Hi all,
I tried to order a preprogrammed Eprom on Tindie but sadly shipping to the EU/NL is was not possible.
Is there a way to efficiently substitute the (UV erasable) 2732 Eprom by a modern equivalent so I can program it myself ? Or can you supply a ROM though different channels ?
Thanks a lot in advance.
Done. Added to shipping locations on tindie. But Ideally you could find someone locally to burn the eprom and get boards directly from the pcb shop since shipping from the states is so expensive. Maybe ask on the forums?
Basic question, but how do I change the baud rate from 2400 baud (increase)?
in the source file, change the definition of IBTIM and reassemble. that portion of the code is pasted below.
;********************************************************************
;************* SID / SOD SERIAL PORT MASKS, DELAYS ******************
;********************************************************************
;NORMAL SERIAL TIMER LOADS WHEN NOT USING DELAY SUBROUTINE
0033 IBTIM EQU 51 ;INPUT INTER-BIT TIME DELAY 2400 BAUD