These are my blogs

and also my life

GCC Inline Assembly

2017-03-26 misc asm c

因為想要在 C 裡寫一些組合語言,所以就研究了一下怎麼寫,發現事情並不是像我想的這麼簡單故筆記之。 GCC 准許我們使用行內組語依照如下格式 asm("asm template" // 組合語言 :output operands //(optional) 輸出運算元 :input ... Read More