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

Assembler for bootloader code #5

Open
5 of 21 tasks
hyperdriveguy opened this issue Mar 28, 2024 · 0 comments
Open
5 of 21 tasks

Assembler for bootloader code #5

hyperdriveguy opened this issue Mar 28, 2024 · 0 comments
Assignees

Comments

@hyperdriveguy
Copy link
Collaborator

hyperdriveguy commented Mar 28, 2024

Documentation

  • ISA definition
    • Arithmetic operations
    • Data operations
    • Address operations
    • Branching operations
    • Other operations
  • Instruction size
    • This should be a fixed size for simplicity (RISC)
    • Dependent on register file size
  • Usability features
    • Macro support
    • Constants/variables
    • Address labels
    • Characters to ASCII or character maps
    • Include ASM
    • Include binary files
    • Origin/alignment directive

Implementation

  • Reuse existing Python assembler
  • Implement correct ISA
  • Remove built-in macros for display
  • Make binary export importable (mem file?)

Prerequisites

@hyperdriveguy hyperdriveguy self-assigned this Mar 28, 2024
@hyperdriveguy hyperdriveguy mentioned this issue Mar 28, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant