GITLAB
pcwik
/
opti
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
liens/globale.c
88 Bytes
Edit
Raw
Normal View
History
6f450eb2
Pierre Cwik
ajout 23 mai
1 2 3 4 5 6 7 8 9
int
j
=
42
;
void
_start
(
void
)
{
__asm__
volatile
(
"syscall"
::
"a"
(
60
),
"D"
(
j
)
);
}