Initial commit to 'Modern C Template For PDP-11' repository.
[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