Jump to content
  • entries
    657
  • comments
    2,692
  • views
    898,683

jEdit files for batari BASIC


SpiceWare

2,333 views

Here's my mode file for jEdit for batari BASIC:

batari_BASIC.xml.zip
 

blog-3056-1152995256_thumb.png

 

To use the syntax highlighting, put the batari BASIC.xml file in the MODES directory of jEdit. Then edit the catalog file in the same directory and add the following.

<MODE NAME="batari BASIC"       FILE="batari BASIC.xml"
                                FILE_NAME_GLOB="*.bas" />
 

 

I disable the vbscript mode file as it also uses *.bas for the file extension. I disabled it by changing its entry in the catalog file as follows

<!-- MODE NAME="vbscript"       FILE="vbscript.xml"
                                FILE_NAME_GLOB="*.{vbs,bas,cls}" /-->
 
JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>

2 Comments


Recommended Comments

Hello SpiceWare,

I ve installed JEdit with the batari syntax and I really love the clarity of reading the program. I would like to know how you compile your file to a .bin from it? I was using VisualBb on XP but I got trouble with my bootcamp and rather continue on mac if possible. Guess its not as easy as visualBb to compile and send to stella as it must require more typing steps.

Regards

Link to comment

I do my compiles via Terminal. I have a readme.txt file in all my projects that contains the steps to compile and I just copy/paste for the first compile of the day, then use <CURSOR-UP> for additional compiles. For Space Rocks it's a 2 step process, so my readme.txt file has:

Compile Atari code
dasm spacerocks.asm -f3 -v0 -sspacerocks.sym -lspacerocks.lst -osr.bin

Merge with custom bank switch code, which must be first in the file
cat DPC+.arm sr.bin > spacerocks.bin

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...