-
Notifications
You must be signed in to change notification settings - Fork 5
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
Text Assembler for boneless (Nearly) #3
Conversation
Not bad! I like the general direction. I'm going to take a closer look at the code soon. I feel like the parser could be more structured, but I don't have any concrete implementable suggestions yet. |
it lives ! , I need a linker. |
In conversation with @cr1901 about simulator integration, attempting to write and test some assembly. Missing compare immediate (CMPI) and working out the best way to deal with long jumps and how to EXTI in a sane and consistent fashion. |
This is coming along , I have finally written an ASM program long enough to require long jumps. Time to investigate. |
I have two TinyFpga BX boards enroute. hooray. |
Success, A running boneless on tinyFPGABx, with blinky. |
Will transfer relevant code. |
Been building a text assembler for Boneless, Not sure if this is heading in the right direction.
Comments , Observations , Flames ?