Extension Details

- Arm Assembly
- by Dan Underwood
- 4 Recent Installs | 1287 Total Installs
- Syntax highlighting for Arm® assembly files in Nova
- Repository
- Bug Reports
Readme
Arm® for Nova
This extension provides syntax highlighting support for the Arm assembly language in Nova. It is based off of my extensions for VSCode, Atom, and Sublime Text, which in turn were based off of drd's fork of foxostro's x86 Assembly bundle for Sublime Text, which was developed from amorrow's PIC Assembly bundle. (Long history!)
I will continue to update this package, and will try to backport changes to the VSCode and Atom packages where possible - although there will be variations in what the editors support.
Arm is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.
Release Notes
Version 1.1
Add additional directives (mirroring vscode-arm pull request #21).
Version 1.0
Initial release
License
MIT License
Copyright (c) 2022 Dan Underwood
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.