How to solve this series of string literal errors with embedded assembly?

前端 未结 0 633
日久生厌
日久生厌 2021-01-03 06:48

I was compiling some code that had this piece of code:

__asm__ __volatile__ ("
    pushw %%es
    movw %%ds, %%ax
    movw %%ax, %%es
    xorl %%eax, %%e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题