Minor update to example used for register bit field.
[pdp11-memory-test] / bootstrap.s
.globl _start
_start:
mov $020000,sp
jsr pc,_memtest
halt