repo.or.cz
/
kqemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in comment
[kqemu.git]
/
tests
/
head.S
blob
b7bc8f4356a77621f1177634a140c1d1e3f6b7c2
1
/*
2
* Regression tests for KQEMU
3
* (c) 2005-2007 Fabrice Bellard
4
*/
5
6
.globl _start
7
8
_start:
9
call main
10
1:
11
jmp 1b