blob: cf56f7d70960e3c6d2c0e2988fa3cbff47b75739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.include "include/uskel.s"
.include "include/data.s"
# || -> cont
.thunkcode main
needs_alloc $0120
thunkto %r11, $INT_code, $100
thunkto %r12, $INT_code, $23
thunkto %r13, $plus, $2, %r11, %r12
thunkto %rsi, $main_exit, $1
enter %r13
.include "include/main_exit.s"
.include "include/intops.s"
|