1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Better tracking of the original source

This commit is contained in:
Karol Stasiak
2018-12-17 00:35:32 +01:00
parent 4fb786522d
commit 8fcf628c8f
17 changed files with 126 additions and 52 deletions
+2
View File
@@ -50,6 +50,8 @@ You may be also interested in the following:
* `-s` additionally generate assembly output
(if targeting Intel 8080, use `--syntax=intel` or `--syntax=zilog` to choose the preferred assembly syntax)
* `-fsource-in-asm` show original Millfork source in the assembly output
* `-g` additionally generate a label file, in format compatible with VICE emulator
* `-r PROGRAM` automatically launch given program after successful compilation