neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
42 stars 5 forks source link

Fail to find DASM - Commander X16 #260

Closed jakebullet70 closed 2 months ago

jakebullet70 commented 2 months ago

Finnally found some energy to look at the X16 support and ran into this issue. What stupid thing did I do? :) I did notice that X16 support is dated end of 2022.

Error: image

Folders: image

neilsf commented 2 months ago

Hi @jakebullet70 XC=BASIC uses the dasm assembler. Have you installed dasm.exe and is it in your %PATH% environment variable? Alternatively, you can just put dasm.exe in the folder where you invoke the command.

jakebullet70 commented 2 months ago

Thought I had it in path but it was not. All is good now. Closing this