Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.4 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.4 KB

Analyzing the VT100 application for HP4952a

VT100.no_header is the VT100 application extracted from HP disks. It was extracted with lifutils, patched version 1.7.11, without LIF headers.

This is Z80 code for HP495x platform.

Disassemble the code

make vt100dis

This will create a file vt100.dasm.

Check that code stays the same after changes

Just execute make with no arguments. This will assemble the application and compare it against the original binary. It will complain if these are not equal.

make 

State of analysis

Check file vt100.asm. Details on analysis are in analysis.md

Required prerequisites

Also helpful:

Pathbreaking work by others

I would not have started my analysis of the code, if these people would not have done their pathbreaking work before:

References

Special information on used chips:

SCC information:

Z80 programming: