Bill
Creating the c-ports is non trivial, as it requires reverse engineering of the assembler, typically into PL/M for Intel's ISIS products, and then converting the PL/M to C.
However asm48 is already supported using Thames and this also supports the 8041.
There are predefined make rules that support conversion from file.a48 to file.hex. Thames also handles the errors generated so it should fully work with make
The main limitation will be those of the original Intel asm48, i.e. ISIS filename constraints and no long file names. Since Thames auto mapping of directories to drive numbers.
Sample makefile
# path to root of build tree
ITOOLS ?= ../..
TARGETS := yourfile.hex
NOVERIFY = T
include $(ITOOLS)/tools/
isis.mk
# assume files are in current directory
export ISIS_F1=.
# builds .hex file from .a48 file
all:: $(TARGETS)
--
You received this message because you are subscribed to the Google Groups "intel-devsys" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
intel-devsys...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/intel-devsys/d4717156-f7d2-4f3e-aac3-c3e9ee724f19%40nj7p.info.