摘要: liam@ubuntu:~/practice$ file hellohello: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1, dynamically linked (uses shared libs), for GNU/Linux... 阅读全文
posted @ 2015-04-30 23:24 JustRelax 阅读(580) 评论(0) 推荐(0)
摘要: Code:liam@ubuntu:~/practice$ cat HelloWorld.c #include int main(){ //print hello world printf("hello world!\n"); return 0;}一、预编... 阅读全文
posted @ 2015-04-30 23:01 JustRelax 阅读(1550) 评论(0) 推荐(0)