bytecorecompiler

ByteCoreCompiler: A compiler that transforms ByteCore assembly code into executable memory bytes, seamlessly bridging the gap between high-level assembly instructions and the ByteCore Emulator's low-level functionality.

MIT License

Downloads
147
Stars
0

Bot releases are hidden (Show)

bytecorecompiler - 1.0.4 Latest Release

Published by joakimwinum 4 months ago

  • Updated ByteCore Dependency: Upgraded the bytecore package from version 1.1.1 to 1.1.2.
  • Workflow Enhancements:
    • Added a new GitHub Actions workflow for building, testing, and publishing the Python package, streamlining CI/CD processes.
    • Opted to use PyPI's trusted publishing implementation with OpenID Connect (OIDC).
  • Timezone Configuration: Set a valid timezone in the dependabot configuration to Europe/Oslo for accurate scheduling.
bytecorecompiler - 1.0.3

Published by joakimwinum 6 months ago

  • Updated ByteCore Dependency: Upgraded the bytecore package from version 1.1.0 to 1.1.1. This update ensures that bytecorecompiler benefits from the latest enhancements and fixes in the bytecore package, including the correction of zero flag behavior in the accumulator. This enhancement improves the accuracy and reliability of instruction execution.
bytecorecompiler - 1.0.2

Published by joakimwinum 6 months ago

  • Clarified the rules for ByteCore assembly code in README
bytecorecompiler - 1.0.1

Published by joakimwinum 6 months ago

  • Add and pin missing package dependency to ensure consistent functionality and prevent potential installation issues