Replies: 1 comment 3 replies
-
Hi! I'm glad you're finding the project useful! What kind of functionality do you need exactly? If I understand correctly, Do you think these features cover your use cases? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I'm looking for a new compiler to replace TASM and I found ur project. My problem is that TASM allows u to create ur own assembly syntax and all new compilers are x386 only... I'm creating a custom homebrew minicomputer using TTL (digital eletronics and chips) and I've projected my own assembly.
There are some dynamic allocations on TASM that ur compiler currently can't do like strings em other commands (.db, .equ, .dw, etc)... Do u think it's possible to add them?
There is no modern substitute to TASM and ur compiler could be that one!
Best,
Augusto Baffa
http://sol-1.baffasoft.com.br
http://sol-1.org
Beta Was this translation helpful? Give feedback.
All reactions