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

P16

roby2014

|
1,101 installs
| (0) | Free
P16 Assembly extension for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

P16

P16 Assembly extension for Visual Studio Code.
This extension was made to be used by students in the Computer Architecture class at Instituto Superior de Engenharia de Lisboa (ISEL) university.

Features

Syntax Highlighting

Live error messages

Documentation on hover

Built in compiler

Requirements

P16 compiler (check #extension-settings section).

Extension settings

CTRL+Shift+P -> Preferences: Open User Settings (JSON)

  • p16.executablePath : Your P16 compiler executable path.
    • In case this setting is not set, it will use either p16as.exe or p16as by default, depending on what OS you are running.

Simple example of how settings.json can look:

{
    "p16.executablePath": "./home/roby/compilers/p16as", // linux
    
    "p16.executablePath": "C:\\p16\\p16as.exe" // windows
}

Recommended extensions

  • Error Lens

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