Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vgsasmNew to Visual Studio Code? Get it now.
vgsasm

vgsasm

suzukiplan

|
14 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VisualStudio Code - Extension for vgsasm

An extension to Z80 Assembler for VGS-Zero available in VSCode.

Features

Text Highlight

preview_highlight

Color-code preprocessors, reserved words, numeric literals, string literals, labels, etc.

Suggestion for struct

preview_struct

Suggests a list of member variables when name. of struct is entered.

Suggestion for enum

preview_enum

Suggests a list of member variables when name. of enum is entered.

Suggestion for #macro

preview_macro

Guides the macro call process with argument information as it is entered.

Definition Jump

To jump to a symbol whose definition you want to check, place the cursor on the symbol and click on it while holding down the ⌘ button (or F12 key).

How to Install

Search for vgsasm in the Visual Studio Code marketplace and install it.

How to Debug

git clone https://github.com/suzukiplan/vgsasm-extension
cd vgsasm-extension
code ./

After executing the above command, press the F5 key to start the VSCode extension vgsasm with it enabled, and you can debug by opening the appropriate .asm file.

License

GPLv3

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft