Skip to content

Commit

Permalink
Recommend non-verbose assembly and Arm extension
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Jan 10, 2024
1 parent c2cc3b8 commit a215b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First you need disassembly of your source files. That's because the extension do

Regular disassembly may be generated with:

$(CC) -g -o disassembly.S $(CFLAGS) -S source.c
$(CC) -g -o disassembly.S -fno-verbose-asm $(CFLAGS) -S source.c

Objdumped disassembly should be generated with lines info:

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.0",
"typescript": "^3.7.0"
}
},
"extensionPack": [
"dan-c-underwood.arm"
]
}

0 comments on commit a215b1f

Please sign in to comment.