Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Format ARMNew to Visual Studio Code? Get it now.
Format ARM

Format ARM

Max Waring

|
414 installs
| (0) | Free
Formats ARM assembly code, ensuring different code elements are properly aligned, such as comments, identifiers, and DEFW blocks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Format ARM

A small extension to make formatting of ARM assembly code easier.
Designed to be used in conjunction with the ARM instruction set used in teaching at the University of Manchester, so compatibility with other instruction sets is not guaranteed.

Features

Provides a single command, Format ARM, which will align comments and similar blocks of code, such as DEFW and DEFB blocks. Comments are aligned with other comments in the same label block as themselves, and comments outside any label are aligned together. Furthermore, comments used as seperators, or not at the end of a line of code, are not changed.
For example:
Initial code becomes:
After formatting

Release Notes

1.0.0

Initial release of format-arm

1.0.1 - 1.0.2

Improve README formatting

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