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

Support breakpoints in the label file (#44)

This commit is contained in:
Karol Stasiak
2020-03-15 23:48:27 +01:00
parent 3cc9996531
commit 83b85ef0fc
14 changed files with 106 additions and 15 deletions
+6
View File
@@ -48,6 +48,12 @@ The extension and the file format are platform-dependent.
* `-G fceux` multi-file format used by the FCEUX emulator. The extension is `.nl`.
* `-fbreakpoints`, `-fno-breakpoints`
Whether the compiler should use the `breakpoint` macro.
When enabled, breakpoints become memory barriers and the label file will contain the breakpoints if the format supports them.
Currently, the only formats that supports breakpoints are `vice` and `sym`.
`.ini` equivalent: `breakpoints`. Default: yes.
* `-I <dir>;<dir>` The include directories.
Those directories are searched for modules and platform definitions.
When searching for modules, the directory containing the file currently being compiled is also searched.