diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-22 14:26:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-22 15:04:33 -0600 |
| commit | 630ed7d44fd47df09a55be345a86d2a018ba908c (patch) | |
| tree | b627761baecc0a1e86d551c1df0dc2af148bcb72 /gfx_asm/assembler.py | |
| parent | 355e6ad2c8c8ce887ede431d5f2b66485b205bd0 (diff) | |
demo: load assembled programce4302/p2
Diffstat (limited to 'gfx_asm/assembler.py')
| -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 |
