Have been using Great Cow Graphical Basic to assemble, and when done a .hex file is generated.
When I use Great Cow Basic (latest version) alone by invoking GCBASIC.exe, only get .asm and .html.
Any help appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Didn't matter what code I used, this was a problem, but...............
Since I posted, I figured it out (yay!): By taking the sample gcbasic.ini file and making a few changes, and saving it as gcbasic.ini, this was fixed. The changes included 1.Choosing the GCBasic assembler (GCASM), 2. Adding the PK2CMD programmer with the use of the following lines:
Programmer = C:\Program Files (x86)\Great Cow Graphical Basic\programmers\pk2cmd.exe
ProgrammerParams = -PPIC%ChipModel% -F"%FileName%" -B"%instdir%\programmers" –M
3. Commenting out the Output=compiled.asm, and 4. Using the line: WorkingDir=instdir
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have been using Great Cow Graphical Basic to assemble, and when done a .hex file is generated.
When I use Great Cow Basic (latest version) alone by invoking GCBASIC.exe, only get .asm and .html.
Any help appreciated.
Please post your code. Let us have a look. :-)
Didn't matter what code I used, this was a problem, but...............
Since I posted, I figured it out (yay!): By taking the sample gcbasic.ini file and making a few changes, and saving it as gcbasic.ini, this was fixed. The changes included 1.Choosing the GCBasic assembler (GCASM), 2. Adding the PK2CMD programmer with the use of the following lines:
Programmer = C:\Program Files (x86)\Great Cow Graphical Basic\programmers\pk2cmd.exe
ProgrammerParams = -PPIC%ChipModel% -F"%FileName%" -B"%instdir%\programmers" –M
3. Commenting out the Output=compiled.asm, and 4. Using the line: WorkingDir=instdir
Thank you.