Paul Maddern
Paul Maddern
I use this type of thing all the time, try just enclosing with brackets; `$981C JR NC,$9820 ; inkColor = ( borderColor is >= #COLORNAME(#PEEK($981B))) ? WHITE : BLACK` See;...
When I do this, I just link to the Spectrum ROM disassembly rather than duplicate anything in my own disassembly; ``` $61E6,$04 #HTML(Write #N$00 to BORDCR.) ``` https://github.com/pobtastic/ultimate/blob/main/sources/cookie/cookie.ctl#L312
Does this sound like the same issue? ``` $ ./bin/drupal-check -d docroot/core/modules/hal 36/36 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ --------------------------------------------------------------------------------------------------------------------------------- Line src/HalServiceProvider.php ------ --------------------------------------------------------------------------------------------------------------------------------- Class Drupal\hal\HalServiceProvider was not found while trying to analyse...
Hmmmmm is it worth my opening a new issue, or just track/ assist with the core issue? We found that although the patch seemed to address the issue ... it...