File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,20 @@ KNOWN ISSUES
183
183
generated .BIN file is the correct length and contains a complete
184
184
firmware image.
185
185
186
+ 19 . Since Dynamic C 9.30, assigning an 8-bit value to a 16-bit variable via
187
+ a pointer will generate a bad opcode sequence, similar to the following
188
+ example:
189
+
190
+ 3A18BA ld a, (0xBA18) 9
191
+ 6F ld l, a 2
192
+ 2600 ld h, 0x00 4
193
+ DDF400 ld (hl + 0), hl 13
194
+
195
+ Please see https://github.com/digidotcom/DCRabbit_9/issues/9 for details
196
+ on the issue, including methods to identify .BIN or .LST files with the
197
+ sequence, along with source code workarounds and a method to patch .BIN
198
+ files if recompiling isn't an option.
199
+
186
200
UPDATE CONSIDERATIONS
187
201
---------------------
188
202
If updating an existing installation of 9.62 or earlier via the Dynamic C 9
You can’t perform that action at this time.
0 commit comments