Add commandline parsing to host. Add -e <size in bytes> option to configure extram.

This commit is contained in:
Toby Jaffey 2025-12-11 15:44:17 +00:00
parent 93085f562c
commit 67e8fe13c0
3 changed files with 58 additions and 20 deletions

View file

@ -29,7 +29,7 @@ disasm_common: all
$(PREFIX)objdump -S -d -f ${PROJECT}.elf
test_common: all
${TOPDIR}/hosts/host/host ${PWD}/${PROJECT}.bin
${TOPDIR}/hosts/host/host ${HOST_EXTRA} ${PWD}/${PROJECT}.bin
clean_common:
rm -f ${PROJECT}.o ${PROJECT}.elf ${PROJECT}.bin