Generate a .lst file

This commit is contained in:
Cedric Beust 2020-09-19 21:25:29 -07:00
parent 355e792c42
commit 2be1b8cadb
2 changed files with 3263 additions and 1 deletions

3262
audit/audit.lst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ export ACME="$HOME/gh/acme/ACME_Lib"
if [[ "${SKIP-}" == "" ]]
then
acme audit.asm
acme -r audit.lst audit.asm
else
acme -DSKIP=1 audit.asm
fi