From d5beea325058c5fb51502985c823a322b6072259 Mon Sep 17 00:00:00 2001 From: chyyuu Date: Wed, 4 Mar 2015 12:30:45 +0800 Subject: [PATCH] Update and rename related_info/lab0 to related_info/lab0/lab0_ex1.txt --- related_info/lab0/lab0_ex1.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 related_info/lab0/lab0_ex1.txt diff --git a/related_info/lab0/lab0_ex1.txt b/related_info/lab0/lab0_ex1.txt new file mode 100644 index 0000000..c32e444 --- /dev/null +++ b/related_info/lab0/lab0_ex1.txt @@ -0,0 +1,6 @@ +#README +Try below command +``` +$gcc -S -m32 lab0_ex1.c +``` +Then you will get lab_ex1.S. Try to understand the relation of C file and S file.