f3c4c684ad18730e66082cadd1a6bb119341d73c
[pdp11-modern-c] / init.s
# (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
# See LICENSE.txt file for copyright and license details.
.globl _start
_start:
mov $01000,sp
jsr pc,_hello
halt