Git Product home page Git Product logo

much-assembly-required-vscode's Introduction

Much Assembly Required Language Support for VSCode

This VSCode extension adds basic language functionality for the 8086-like language used in the game Much Assembly Required.

Features

Syntax Highlighting:

Syntax Highlighting

Linting:

Linting

Go to Definition:

Go to Definition

Release Notes

0.1.5

  • Added support for the INC and DEC instructions.

0.1.4

  • Added support for the JNO and JO instructions.

0.1.3

  • Added support for strings.

0.1.2

  • Made the linter not trigger on non-.mar files.

0.1.0

  • Linting
  • Go to definition
  • Hover hints

0.0.1

It exists!

much-assembly-required-vscode's People

Contributors

amandacameron avatar kevinramharak avatar pjb3005 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

amandacameron

much-assembly-required-vscode's Issues

The linter does not understand string literals in DW instructions

The following code triggers the linter, while being valid Much Assembly Required code:
DW "Hello!"

It is not documented anywhere, but by looking at the source code it, seems that the string is unescaped and turned into a sequence of bytes, corresponding to the utf-16 representation of the string.
Relevant source file

In effect DW "Hello!" is equivalent to DW 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x21

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.