1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Z80: Intel syntax for output.

This commit is contained in:
Karol Stasiak
2018-08-01 21:16:20 +02:00
parent d4beba11a1
commit e952d89849
19 changed files with 362 additions and 55 deletions
+2
View File
@@ -77,6 +77,8 @@ Default: the same as `encoding`.
* `ix_scratch` allow using the IY register for other purposes, default is `false`
* `iy_scratch` allow using the IY register for other purposes, default is `false`
* `output_intel_syntax` use Intel syntax instead of Zilog syntax, default is `true` for Intel 8080 and `false` otherwise
#### `[define]` section