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

Updated assembly-6502 and batari BASIC mode files


SpiceWare

2,370 views

DPC+ registers have been added to the assembly-6502.xml mode file for 2600 development.

 

The zero and hex problems have been fixed and DPC+ registers have been added to the batari BASIC.xml mode file.

 

See the prior blog entry for how to add the mode files. The assembly entry for the catalog file is:

 

<MODE NAME="assembly-6502"      FILE="assembly-6502.xml"
                                FILE_NAME_GLOB="*.asm"
                                FIRST_LINE_GLOB="*PROCESSOR 6502*"/> 
 

 

Mode files:

assembly-6502.xml.20140928.zip

batari BASIC.xml.20140928.zip

 

 

Catalog file, for reference:

catalog.zip

 

JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>

  • Like 1

4 Comments


Recommended Comments

Thanks to some prodding by iesposta, I figured out how to use jEdit to compile assembly code and run the resulting bin via Stella!

 

I'll post a blog entry detailing the configuration changes in the next day or two.

Link to comment

I have a question, though I've done this in linux now I'm trying it on windows but I can't get the batari Basic mode file to work and instead it shows vbscript, am I the only that has had this problem?

Link to comment

In jEdit do this:

  • Select Utilities menu

     

  • Select jEdit Home Directory submenu

     

  • Select Modes menu entry

     

  • Select catalog from the list of files

     

  • Locate the following lines:

    <MODE NAME="vbscript" FILE="vbscript.xml"

    FILE_NAME_GLOB="*.{vbs,bas,cls}" />

     

  • then either change it to this to disable vbscript recognition:

    <!-- MODE NAME="vbscript" FILE="vbscript.xml"

    FILE_NAME_GLOB="*.{vbs,bas,cls}" / -->

     

  • or change it to this to disable just the recognition of bas files as vbscript:

    <MODE NAME="vbscript" FILE="vbscript.xml"

    FILE_NAME_GLOB="*.{vbs,cls}" />

     

You'll probably need to quit/rerun jEdit after saving the change.
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...