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

Commits on Jul 16, 2019

  1. Convert tabs to spaces

    Konamiman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1a582ec View commit details
    Browse the repository at this point in the history
  2. Use "h" suffix instead of "#" prefix for hex numbers, and "b" suffix …

    …instead of "%" prefix for bin numbers
    Konamiman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8509c2f View commit details
    Browse the repository at this point in the history
  3. Use regular code instead of macros for the commands table

    (those macros only worked on Compass)
    Konamiman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6476c4e View commit details
    Browse the repository at this point in the history
  4. Use ASCII code instead of literal "" inside of strings

    (the lastest isn't supported by Sjasm), remove "label" directive
    Konamiman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    dfc9806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe4bfe2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f07fcd1 View commit details
    Browse the repository at this point in the history
  7. Convert multi-register PUSH and POP to single-register. The code now …

    …compiles with sjasm without the -C argument.
    Konamiman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    af96f13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43535ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d837c6a View commit details
    Browse the repository at this point in the history