Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unique format; mv *.cp *.cpp (std ext for c++); update README.md #23

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

Ho-Ro
Copy link
Contributor

@Ho-Ro Ho-Ro commented Sep 16, 2024

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.

no functional change, applied only clang-format and renamed `*.cp` files
`*.cp` is unusual, editor *kate* interprets them as *component pascal*

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
@Ho-Ro
Copy link
Contributor Author

Ho-Ro commented Sep 16, 2024

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

xxxxH is SYMBOL if it starts with [A-F]
@sarnau sarnau merged commit 4ee7320 into sarnau:master Sep 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants