mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Experiment with assmbly code listing - thinking about new tests.
This commit is contained in:
parent
156d9b0183
commit
57cd40aa9d
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
. ../testenv.sh
|
||||
voc hello.mod -m
|
||||
# Generate mixed source and assembly code listing
|
||||
CFLAGS="-gstabs -g1 -Wa,-acdhln=hello.s" && voc hello.mod -m
|
||||
./hello >result
|
||||
. ../testresult.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue