Posted 2021-11-29Updated 2021-11-29tutorial12 minutes read (About 1740 words)一些汇编小技巧写一些我自己不知道的汇编小技巧,持续更新。Read more
Posted 2021-11-01Updated 2021-11-29tutorial11 minutes read (About 1647 words)使用汇编编写多线程程序本文的运行环境为 ubuntu 20.04,编译环境为NASM version 2.14.02。文中代码不使用 pthread 等库。 如果需要在windows下使用汇编编写多线程程序,可以参考这个视频。Read more