Jump to content
  • entries
    658
  • comments
    2,707
  • views
    906,980

Updated assembly-6502 and batari BASIC mode files


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

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.
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...