os/kernel/main.68k

7 lines
110 B
Plaintext

.global _start
_start:
move.b #'H', 0xFF0200
move.b #'i', 0xFF0200
move.b #0xA, 0xFF0200
stop #0x2700