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

Cleanup of the code for the FTP client #6

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Konamiman
Copy link
Owner

  • Convert macros to sjasm syntax
  • Convert tabs to spaces
  • Use "h" suffix instead of "#" prefix for hex numbers
  • Use regular code instead of macros for the commands table
    (those macros only worked on Compass)
  • Use ASCII code instead of literal "" inside of strings
    (the lastest isn't supported by Sjasm)
  • Translate some comments from Spanish to English
  • Convert multi-register PUSH and POP to single-register
  • Get rid of the silly jump macros

It can now be assembled with Sjasm without using the -C switch.

@Konamiman Konamiman self-assigned this Jul 16, 2019
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.

None yet

1 participant