Added registers for SLUs in the DLV11-J style to pdp11_register.h.
[pdp11-memory-test] / bootstrap.s
.globl _start
_start:
mov $020000,sp
jsr pc,_memtest
halt