Skip to content

Commit

Permalink
Add additional assembler constants
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Apr 5, 2024
1 parent aa47e3f commit f7dd9cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ const assemblerConstants: string[] = [
"V1_FORMAT",
"V1_CALL_STACK",
"IMPORT_DEPTH",
"CURRENT_ADDRESS"
"CURRENT_ADDRESS",
"OBSOLETE_DIRECTIVES",
"ESCAPE_SEQUENCES"
];

function generateMnemonicDescription(mnemonicName: string): vscode.MarkdownString {
Expand Down

0 comments on commit f7dd9cc

Please sign in to comment.