You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including a file with #include which starts with a "/", customasm seems to leave the "/" out when searching for that file.
I came across this when trying to pass a absolute path on Linux as my source file.
for Example:
test.asm:
#include "test2.asm"
LDI 1 23
LDI 3 44
HLT
then call customasm: customasm '/home/name/Documents/test.asm'
When including a file with #include which starts with a "/", customasm seems to leave the "/" out when searching for that file.
I came across this when trying to pass a absolute path on Linux as my source file.
for Example:
test.asm:
then call customasm:
customasm '/home/name/Documents/test.asm'
will give this error:
The text was updated successfully, but these errors were encountered: