Separate loading/creation of segments, name search etc into reuseable functions,...
authorNick Downing <nick@ndcode.org>
Sat, 19 Oct 2019 07:53:53 +0000 (18:53 +1100)
committerNick Downing <nick@ndcode.org>
Sat, 19 Oct 2019 07:53:53 +0000 (18:53 +1100)
commit33586ce79ffeabca00e53b562eac561a39e54c7a
tree76c35e1f80af0c815ed2a0ff71b1160b7f2e54b3
parentbac41e4836123445f820779ed9a653318e1697f9
Separate loading/creation of segments, name search etc into reuseable functions, implement linkage and stack segments, stack header, and loading of the operators segment, can now run calc$calc until the first fault type 2 (link snapping)
Makefile
dps8/dps8_addrmods.c
dps8/dps8_append.c
dps8/dps8_faults.c
multics_sim.c
pl1/stack_header.incl.pl1 [new file with mode: 0644]
pointer.c [new file with mode: 0644]
pointer.h [new file with mode: 0644]
stack_header.h [new file with mode: 0644]