flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
dunkaist 31 Jul 2019, 22:03
Folks,
I wrote a tiny python script to generate tags file. It generates multiple tags for nested structures, so you can navigate them using :tnext command in vim. Unlike universal-ctags, fasmtags parses not source code but symbols file generated from debug file generated from source. Code: Example usage: $ fasm blah.asm -s blah.fas $ symbols blah.fas blah.sym # symbols utility comes with fasm $ fasmtags.py blah.sym # produces tags file $ vim blah.asm # enjoy!
|
|||||||||||
![]() |
|
linarcx 01 Oct 2023, 10:02
Hello, I'm using Fasm version: 1.73.30
But there are no symbols installed on my machine. (Void Linux) |
|||
![]() |
|
revolution 01 Oct 2023, 10:09
symbols.asm is in the TOOLS/[os] folder..
You need to assemble it to make the exe. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.