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

Adding assembler to the intel_mcs51 platform #37

Open
micro83 opened this issue Jan 25, 2021 · 0 comments
Open

Adding assembler to the intel_mcs51 platform #37

micro83 opened this issue Jan 25, 2021 · 0 comments
Labels

Comments

@micro83
Copy link

micro83 commented Jan 25, 2021

Since there are still many codes written by original assembly for MCU8051, Is it possible to add an assembler to the packages which are being used for this platform ?

SDCC has an implicit assembler but its not intended to be used by the users.

The assemblers which still being used until now are (since original asm51 from intel is dead) :

AS31 :
https://www.pjrc.com/tech/8051/tools/as31-doc.html

ASEM-51:
http://plit.de/asem-51/home.htm

In addition, would the build process be updated to detect the the code files (either assembly or C) in order to generate the HEX file using SDCC or assembler automatically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants