while trying to run the tool using Python 3.12
the script produces multiple warnings, eg:
C:\Dev\Debug\pycDcode.py:22: SyntaxWarning: invalid escape sequence '\ '
BANNER = """
C:\Dev\Debug\pycDcode.py:42: SyntaxWarning: invalid escape sequence '\s'
INSTRUCTION_REGEX = "\s\d+\s([A-Z_]+)"
...
```