mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
../as/as < ../../test/$1 | ./opt -constprop -dce | ../dis/dis
|
||
|
|