A downloadable tool for Windows, macOS, Linux, and Android

Download NowName your own price

GasStation

Are you tired of reading assembly code for hours?
Do you think disassembly is boring, and you get lost in the lines of code?
Do you often get confused about mnemonics, registers or directives?

Then GasStation is for YOU!

  • With the massive documentation
  • Easy to use tools
  • Unique syntax highlighting
  • Modern UI

You can speed up your development process.

Gas Station is not just for Assembly Developers, but Students, Beginners, Hackers, Shellcoders and IOT developers as well.

Try it in your browser: https://hackerhenry.itch.io/gas-station-online

Here are the features:

  • Modern UI
  • Syntax highlighting for x86,x86_64, ARM and basic C/C++
  • Syntax highlighting for MASM,GAS,FASM and NASM assemblers
  • Built in on-the-fly documentation
    • Move the cursor with the arrow keys to the word you want to get documentation about, and the panel displays the documentation
    • The documentation is available for registers, instructions and some directives
  • Assembly specific tools
    • Add 32bit functions to your programs with just a few clicks
    • Search for syscalls and insert the syscall number with double clicking on them
    • Open syscall manpage in your browser with just one click
    • Insert argument registers with ease
    • Search what's in the documentation
  • Power Mode
  • "Gamer" Mode
  • Advanced syntax highlighting
    • Line numbers with labels are yellow
    • Volatile registers are orange
    • Nonvolatile registers are red
    • Integer instructions are blue
    • Floating point instructions are green
    •  Packed instructions are yellow
KeyAction
CTRL+TNew Tab
CTRL+SHIFT+TQuit Tab
CTRL+SSave
CTRL+OOpen

Download

Download NowName your own price

Click download now to get access to the following files:

win64.zip 13 MB
win32.zip 12 MB
macos.zip 25 MB
html.zip 4 MB
linux64.zip 13 MB
linux32.zip 14 MB
GS4.zip 72 MB
GasStation_V3_IDE.zip 137 MB
logo.ico 4 kB
GasStation 1.0 Linux.x86_64 45 MB

Development log

Comments

Log in with itch.io to leave a comment.

It might be useful for a wider range of assembly languages if was a way to import or convert existing syntax highlighting files.