No functional change, applied only clang-format and renamed *.cp files.
*.cp is unusual, editor kate interprets them as component pascal.
The format adds spaces around operators and makes the code easier to read if you're looking for long time on the source.
plus a small bugfix: hex numbers ending in 'H' must start with a decimal number, else it is a symbol/label.
Also fix for disassembler - write hex numbers as $xxxx b/c ABCDH is SYMBOL while $ABCD is NUM
No functional change, applied only clang-format and renamed
*.cp
files.*.cp
is unusual, editor kate interprets them as component pascal. The format adds spaces around operators and makes the code easier to read if you're looking for long time on the source.