diff options
Diffstat (limited to '')
| -rwxr-xr-x[-rw-r--r--] | gfx_asm/assembler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx_asm/assembler.py b/gfx_asm/assembler.py index 51ec648..e208a43 100644..100755 --- a/gfx_asm/assembler.py +++ b/gfx_asm/assembler.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import ast, sys, string, struct REG_STACK = 14 |
