You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) :
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: