Skip to content

DennisD2/hp4952hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages