Skip to content

Cleanup of the code for the FTP client#6

Draft
Konamiman wants to merge 9 commits into
masterfrom
cleanup-ftp-client-code
Draft

Cleanup of the code for the FTP client#6
Konamiman wants to merge 9 commits into
masterfrom
cleanup-ftp-client-code

Conversation

@Konamiman

Copy link
Copy Markdown
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
@Konamiman Konamiman force-pushed the cleanup-ftp-client-code branch from 2392577 to 1a582ec Compare July 16, 2019 06:49
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.

1 participant