mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/bin/sh
|
|
. ../testenv.sh
|
|
# Generate mixed source and assembly code listing
|
|
$OBECOMP IntSyntax.mod -fm >result
|
|
. ../testresult.sh
|