summaryrefslogtreecommitdiff
path: root/src/nasty.S
blob: 26732a32e38b0a7a93fd9978cc112f32b4900f92 (plain) (blame)
1
2
3
4
5
6
7
.intel_syntax noprefix

.section .text
.global halt
halt:
1:	hlt
	jmp 1b