Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdedonno1337/disassemble.nvim
Neovim Plugin to show in a popup the assembler code for the current line in a C file
https://github.com/mdedonno1337/disassemble.nvim
c cpp disassembler neovim plugin
Last synced: 3 months ago
JSON representation
Neovim Plugin to show in a popup the assembler code for the current line in a C file
- Host: GitHub
- URL: https://github.com/mdedonno1337/disassemble.nvim
- Owner: mdedonno1337
- License: gpl-3.0
- Created: 2021-09-18T16:00:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T15:12:21.000Z (about 3 years ago)
- Last Synced: 2024-06-10T01:38:35.102Z (5 months ago)
- Topics: c, cpp, disassembler, neovim, plugin
- Language: Vim script
- Homepage:
- Size: 105 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This plugin allows you to have a popup with the ASM instruction of the current C line.