New productivity upload: META/L assembly language editor

Chat about anything CX16 related that doesn't fit elsewhere
Post Reply
Ed Minchau
Posts: 503
Joined: Sat Jul 11, 2020 3:30 pm

New productivity upload: META/L assembly language editor

Post by Ed Minchau »




META/L assembly language editor




View File






The META/L editor is a direct assembly language editor.  It shares some features of a Monitor program, with extensive use of metadata to take it well beyond anything a Monitor can do.

Unlike a text editor that later compiles your code, META/L interprets it as assembly language opcodes as you type it.  Unlike a Monitor, you can do things like copy and paste code, move it around, or insert or delete bytes in the middle of your code; the metadata allows the editor to adjust parameters as labels move.  Every byte of RAM and ROM is accessible to you on the fly.

Download the zip file, unzip it somewhere, and copy everything into the same folder as your r41 emulator.  Full documentation is in the file docs/edit.html

There are also a number of videos in the forum here 


 

 






 
User avatar
svenvandevelde
Posts: 488
Joined: Wed Dec 23, 2020 6:30 am
Location: Belgium, Antwerpen

New productivity upload: META/L assembly language editor

Post by svenvandevelde »


Definitely will try this!

KICKC home page by Jesper Gravgaard.
My KICKC alpha with Commander X16 extensions.
Post Reply