Imported slu/mmu/interrupt/register code from WIP memtester program into C template.
[pdp11-modern-c] / init.s
CommitLineData
846f4d60
AT
1# (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
2# See LICENSE.txt file for copyright and license details.
3
4.globl _start
5
6_start:
7 mov $01000,sp
8 jsr pc,_hello
9 halt