os/kernel/main.68k

7 lines
106 B
Plaintext

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