ow do I translate a piece of NASM which uses macro to GNU Assemly

后端 未结 0 1818
予麋鹿
予麋鹿 2020-12-02 08:48

I need to "borrow" a piece of code, but it\'s written in nasm.

%macro round_fn 1
  shr %1, 12
  shl %1, 12
%endmacro

%macro init 2
  mov rdi, 512
          


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