summaryrefslogtreecommitdiff
path: root/src/red/coreclear.red
blob: 7b4d8bb17ae62241617597186aff21c4f29a102e (plain)
1
2
3
4
5
6
7
8
9
; coreclear
; like dwarf but bombs literally everything


bomb    dat #0, #2
start   add #1, bomb
        mov bomb, @bomb
        jmp start
end start