-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax for Mixed C source and assembly dump.
vim-scripts/Mixed-sourceassembly-syntax-objdump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=530 This is a syntax file for mixed C source and assembly dump, disassembled by gnu "objdump" utility. It does not recognize processor instructions so, it can be used on any platform. Here are the commands to generate the mixed disassembly. Make sure the source file is in the same directory as the object file. gcc -g -c xxx.c /*output is xxx.o*/ objdump -S xxx.o > xxx.dis /* creates disassembly mixed with source */
About
Syntax for Mixed C source and assembly dump.
Resources
Stars
Watchers
Forks
Packages 0
No packages published