Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ARMIPSNew to Visual Studio Code? Get it now.
ARMIPS

ARMIPS

ajarmar

|
850 installs
| (0) | Free
ARMIPS syntax support for ARMv4 (GBA)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-armips README

Syntax highlighting for GBA assembly code using the ARMIPS assembler.

Features

Includes syntax highlighting for

  • Strings
  • Constants
  • Variables defined with the equ directive
    • Although ARMIPS supports upper/lowercase characters, numbers and underscores in variable names, variable names will not be highlighted if they use lowercase characters (because otherwise every single word would be considered a variable name)
  • Directives
  • Labels
    • Different highlighting for global, static and local labels

Also:

  • Folding on blocks of .area, .create, .open, .if, .func, .macro, and .region

Syntax highlighting example

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