init commit
This commit is contained in:
10
archive/other/test.c
Normal file
10
archive/other/test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
int main()
|
||||
{
|
||||
int a = 0;
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
a += i;
|
||||
}
|
||||
}
|
||||
//gcc -g -c test.c
|
||||
//objdump -d -M intel -S test.o
|
Reference in New Issue
Block a user