flat assembler
Message board for the users of flat assembler.

Index > Main > fasmtags -- tags file generator

Author
Thread Post new topic Reply to topic
dunkaist



Joined: 31 Jul 2015
Posts: 24
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!    


Description:
Download
Filename: fasmtags.py.txt
Filesize: 849 Bytes
Downloaded: 647 Time(s)

Post 31 Jul 2019, 22:03
View user's profile Send private message Reply with quote
linarcx



Joined: 01 Oct 2023
Posts: 1
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)
Post 01 Oct 2023, 10:02
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20513
Location: In your JS exploiting you and your system
revolution 01 Oct 2023, 10:09
symbols.asm is in the TOOLS/[os] folder..

You need to assemble it to make the exe.
Post 01 Oct 2023, 10:09
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.