Skip to content

Instantly share code, notes, and snippets.

@katyatitkova
Created March 16, 2013 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katyatitkova/5175925 to your computer and use it in GitHub Desktop.
Save katyatitkova/5175925 to your computer and use it in GitHub Desktop.
{
"cmd": ["bash", "-c", "yasm -f elf32 -a x86 -g dwarf2 '${file}' && gcc -m32 -g '${file_base_name}.o'"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.asm",
"variants":
[
{
"name": "Run",
"cmd": ["bash", "-c", "./a.out '01 1' 25"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment