1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-11-02 23:16:30 +00:00

Z80: Intel syntax support

This commit is contained in:
Karol Stasiak
2018-08-03 13:23:37 +02:00
parent e393a3de9c
commit fab1cafec3
15 changed files with 592 additions and 70 deletions

View File

@@ -103,4 +103,12 @@ To use such value in other files, consider this:
#use WIDESCREEN
const byte is_widescreen = WIDESCREEN
### `#pragma`
Changes the behaviour of the parser for the current file.
* `#pragma intel_syntax` interpret assembly using Intel syntax
* `#pragma zilog_syntax` interpret assembly using Zilog syntax