Add to MMU init: bypass cache in MMIO page
[pdp11-memory-test] / bootstrap.s
.globl _start
_start:
mov $020000,sp
jsr pc,_memtest
halt