[ create a new paste ] login | about

Link: http://codepad.org/KKfCVd11    [ raw code | fork ]

C, pasted on Apr 18:
1
2
3
4
5
6
7
8
9
10
[Bits 32]
[extern main]
global start

start:

call main

STOP:
	jmp STOP


Create a new paste based on this one


Comments: