1、在使用gcc hello.c -o hello的这种默认情况下,实际上是动态链接,想要静态链接,使用gcc -static hello.c -o hello。
2、图1立即数缺#;图2由于立即数不符合整除4;