X-Git-Url: http://git.subgeniuskitty.com/pdp11-memory-test/.git/blobdiff_plain/d8ca5620007d5c648b9aecafe72361e69d023bee..6df6071a9aa7cc813d1efc93747493b4f71409c7:/memtest.c diff --git a/memtest.c b/memtest.c new file mode 100644 index 0000000..e3bf460 --- /dev/null +++ b/memtest.c @@ -0,0 +1,21 @@ +#include "pdp11.h" + +void +memtest(void) +{ + wait(01000); + putch('H'); + putch('e'); + putch('l'); + putch('l'); + putch('o'); + putch(','); + putch(' '); + putch('W'); + putch('o'); + putch('r'); + putch('l'); + putch('d'); + putch('!'); + putch('\n'); +}