SV25_source_code (2025-03-17).txt

Disassembly with ASCII text areas and tables of pointers to text.
It assembles but does not match the original binary.
But you should have a better human-readable view of what is going on than none at all.

plain - 144.40 kB - 03/17/2025 at 00:35

Download

SV25_ndisasm-src.txt

From Linux disassembler command line:
ndisasm -b 16 SV25mon.BIN > SV25_ndisasm.txt
then edited a bit.

plain - 146.91 kB - 03/16/2025 at 16:34

Download

SV25_disassembly.txt

From Linux disassembler command line:
objdump -D -b binary -m i8086 SV25mon.BIN > SV25_disassembly.txt
but syntax is incompatible with nasm

plain - 362.51 kB - 03/08/2025 at 16:03

Download

SV25 showing ASCII text.txt

This will assemble online as a load of bytes and strings (not 8086 assembly) at asm80.com.

plain - 442.81 kB - 03/08/2025 at 16:02

Download

SV25mon.h

The monitor as an array of bytes in C source code.

x-chdr - 392.07 kB - 03/07/2025 at 09:12

Download

SV25mon.txt

Simple hex dump.

plain - 81.06 kB - 03/07/2025 at 09:12

Download