1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-05-03 22:58:34 +00:00

I wrote a very simplistic tool to generate kernel cross references.

This commit is contained in:
Warren Toomey
2016-03-12 22:37:37 +10:00
parent b72749fb2f
commit ffb6676a39
3 changed files with 227 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# Read in files of PDP-7 assembly code in Ken Thompon's as format
# Read in files of PDP-7 assembly code in Ken Thompson's as format
# and convert them into PDP-7 machine code
#
# (c) 2016 Warren Toomey, GPL3