How to attach assmebler source to project?

  • Thread starter Thread starter Borneq
  • Start date Start date
B

Borneq

Guest
I want use addlsh1_n.asm from MPIR library. This source is nasm-style. I have vsyasm installed from NuGet.

In file is : %include "yasm_mac.inc"

FRAME_PROC mpn_addlsh1_n, 0, reg_save_list

I must create header in h/c/cpp file like

mp_limb_t mpn_addlsh1_n(mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size)
How attach it to project?

Continue reading...
 
Back
Top