os/kernel/main.68k

7 lines
110 B
Plaintext
Raw Normal View History

2022-10-08 17:55:21 -05:00
.global _start
_start:
2022-11-18 16:05:13 -06:00
move.b #'H', 0xFF0200
move.b #'i', 0xFF0200
move.b #0xA, 0xFF0200
2022-10-08 17:55:21 -05:00
stop #0x2700