nasmsasm

unable to open include file `test.inc` in sasm


I am using SASM on Ubuntu to try out some NASM assembler coding. To test my assembler code I have created a test file and saved it in the same directory as my .asm File, but when I try to debug it in SASM I am getting the following error:

unable to open include file test.inc

How can I solve this issue?


Solution

  • You can solve this issue by going to Options -> Build and then selecting the “Build in current directory” option in the SASM Program

    enter image description here