
Pretty much what picture says. Doing everything said in the tutors ends up with this. Experiments didn't help either.
Doing script on script, simply moving asm-file icon to wladx shell script icon, all the same. Where did I gone wrong?
Moderator: Moderators

Did it give you a slightly different error this time? If you followed my instructions (typing "wla first") then I'd be interested to see exactly what it said in response. Maybe another screenshot?Nitroman wrote:Didn't work, same thing. Looks like it cant even produce an obj file.

Code: Select all
@echo off
goto continue
Notes:
to compile EXAMPLE.ASM ---> EXAMPLE.SMC
from the command prompt type: wla EXAMPLE
:continue
echo [objects] > temp.prj
echo %1.obj >> temp.prj
echo on
wla-65816 -o %1.asm %1.obj
wlalink -vr temp.prj %1.smc
@echo off
del %1.obj
del temp.prjCode: Select all
[objects]
First.obj