Git Product home page Git Product logo

vscode-amiga-assembly's Introduction

Build Status Travis Build Status AppVeyor Coverage Status Quality Gate Status

Amiga Assembly for Visual Studio Code

Amiga Assembly for Visual Studio Code is a extension to support assembly language for the Amiga Motorola 68000 machines and emulators.

Visit the WIKI pages to discover all the features and get the documentation.

For an easy startup try the Example workspace Bundle.

New in 0.16.0

  • View an IFF/ILBM file (use of ilbm.js from Matthias Wiesmann)

Other features

Run and Debug with FS-UAE

Debug

  • Run a program in FS-UAE
  • Disassemble a file with capstone
  • Show disassembled code in editor for stack trace selection without source, breakpoints on disassembled code

Features

VASM and VLINK integration

You can compile your program with VASM and VLINK.

Output window screenshot

Motorola 68K Assembly Language Support

This feature is based on the work of Steve Saunders for Sublime Text m68k extension, it's available at https://github.com/stevenjs/M68k-Assembly. Some keywords have been added to be more accurate with the Amiga assembly.

Document Formatting

Format a document

The assembly language will be formatted with the standard shortcuts :

  • On Windows Shift + Alt + F
  • On Mac Shift + Option + F
  • On Ubuntu Ctrl + Shift + I
  • or Ctrl + Shift + P (or Command + Shift + P on Mac), and then search for "Format Document".

Formatting screenshot

Format a selection

  • The format sizes are calculated only for the selection

Formatting screenshot

Contextual documentation

  • On passing over an assembly command a short documentation will appear.
  • On passing over a register address or name a short documentation will appear.

Tooltip for instruction screenshot

Presentation of the value set to a register

Presentation of a register value

Shows a number in decimal / hexadecimal and binary

Presentation of a value

Calculator

  • Simple calculator command

Simple calculator command

Color editor

  • Visualization of the color set to a register and visual edition

Evaluation in realtime

Generate data from an expression

Debug

Release Notes

0.16.0

  • View an IFF/ILBM file (use of ilbm.js from Matthias Wiesmann)

0.15.0

  • Generate data from an expression
  • Set the name of the generated ADF file

0.14.0

  • Copper debugging
  • Bug fixes

0.13.0

  • Display used/free registers in selected code block
  • Hierarchical Outline

0.12.0

  • Evaluate variables values
  • Set a preferred comment and/or instruction position while formatting a source
  • Provide outline information

0.11.0

  • Create an ADF disk with the command Amiga Assembly: Create ADF file (uses ADFTools and ADFlib : new binaries needed)
  • Bug fixes

0.10.2

  • Variable assignment text format
  • Bug fixes

0.10.1

  • Formatter fixes (macros)
  • Vasm error parsing fixes

0.10.0

  • Copper disassembly
  • Print memory addresses in custom registries (dffxxx)
  • Bug fixes

0.9.0

  • Show disassembled code in editor for stack trace selection without source, breakpoints on disassembled code
  • Better error messages on bad settings and launch parameters
  • Bug fixes

0.8.0

  • Find the definition of a symbol and references
  • Accepts octal numbers
  • Bug fixes

0.7.0

  • Run and Debug with FS-UAE
  • Disassemble a file

0.6.2

  • Bug fixes (see changelog)

0.6.0

  • Integration of VASM : build and diagnostics in the editor
  • Integration of VLINK : linking the executable
  • Updated m68k instruction set documentation (contribution from Stephen Moody)
  • Bug fixes (see changelog)

0.5.0

  • Color provider
  • Added documentation for CIAA and CIAB
  • Shows the values set to the registers
  • Show values in decimal / hexadecimal and binary
  • Calculator

0.4.0

  • Format selection of document
  • Format on typing
  • Configurable default spacings

0.3.0

  • Short documentation as hover over the commands and registers

0.2.0

  • Initial release of Amiga Assembly
  • Editor Highlights
  • Document Formatting

Misc credits

See the WIKI for detailed credits.

vscode-amiga-assembly's People

Contributors

prb28 avatar pchalamet avatar stevemoody73 avatar

Watchers

James Cloos avatar Vincent Bénony avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.