Page 1 of 1
Question using Visual Studio
Posted: Sun Feb 18, 2024 5:50 am
by schristis
I have been practicing Assembly with CODEX, and am "trying" VISUAL STUDIO
Maybe I'm missing something, or something I don't understand....
I have it set up to create a .prg but gives an .asm...
I know it may only be a simple thing, but can any1 tell me where I might be going wrong ?
Best regards Shaun...
or how do I use a .asm file to load into the x16?... .asm not .prg ?
- VS.jpg (108.79 KiB) Viewed 823 times
Re: Question using Visual Studio
Posted: Sun Feb 18, 2024 6:02 am
by TomXP411
Are you using Visual Studio, or VS Code? They are very different programs. VS Code is actually a fork of Atom, an open source code editor, and Visual Studio is closed-source software, mostly built on the DotNet platform.
Second: I see Retro Assembler in the list there. Is that what you're using? Did you get it from
https://enginedesigns.net/retroassembler/ or just via the extensions tab in VS Code?
Re: Question using Visual Studio
Posted: Sun Feb 18, 2024 9:11 am
by schristis
Im using visual studio code, that I believe is correct....
and I did get retroassembler from
https://enginedesigns.net/retroassembler/
Ive reinstalled everything an still no .prg created.....
I'm still trying to figure out what I'm missing here?
Re: Question using Visual Studio
Posted: Sun Feb 18, 2024 10:06 am
by schristis
was not found but does exist...
what kind of statement is that?
- x.JPG (137 KiB) Viewed 797 times
Re: Question using Visual Studio
Posted: Mon Feb 19, 2024 3:55 am
by TomXP411
Change your shell to Command or CMD.exe. PowerShell has always been more trouble than it’s worth.
https://stackoverflow.com/questions/427 ... to-cmd-exe