X-Git-Url: http://git.subgeniuskitty.com/pdp11-memory-test/.git/blobdiff_plain/d8ca5620007d5c648b9aecafe72361e69d023bee..6df6071a9aa7cc813d1efc93747493b4f71409c7:/bootstrap.s diff --git a/bootstrap.s b/bootstrap.s new file mode 100644 index 0000000..3e30f65 --- /dev/null +++ b/bootstrap.s @@ -0,0 +1,6 @@ +.globl _start + +_start: + mov $020000,sp + jsr pc,_memtest + halt