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
+10
View File
@@ -94,4 +94,14 @@ The optimizer should not optimize any memory accesses across that macro.
Available for: all targets.
#### `macro void breakpoint()`
If the `-fbreakpoints` option is selected (default), then it emits a memory barrier,
and also outputs a breakpoint to the label file (if the format of the label file allows it).
If the `-fno-breakpoints` option is selected, then it does nothing.
Available for: all targets.