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

Fixing invalid short jumps

This commit is contained in:
Karol Stasiak
2018-06-11 00:04:24 +02:00
parent a16f662031
commit 70818cc3d2
3 changed files with 84 additions and 3 deletions
+2
View File
@@ -38,6 +38,8 @@ where `11111` is a sequential number and `xx` is the type:
* `is` optimized addition of carry using undocumented instructions
* `lj` extra labels generated when converting invalid short jumps to long jumps
* `no` nonet to word extension caused by the `nonet` operator
* `od` end of a `do-while` statement