Rename to bdos compiler step.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
43c9649712
commit
59ddde5bec
|
@ -151,7 +151,7 @@ Current set is WIP.
|
||||||
* mb_sdcc_link_asm_4000 `<in> <out>`
|
* mb_sdcc_link_asm_4000 `<in> <out>`
|
||||||
* mb_sdcc_link_asm_8000 `<in> <out>`
|
* mb_sdcc_link_asm_8000 `<in> <out>`
|
||||||
* mb_sdcc_link_asm_C000 `<in> <out>`
|
* mb_sdcc_link_asm_C000 `<in> <out>`
|
||||||
* mb_sdcc_link_asm_dos `<in> <out>`
|
* mb_sdcc_link_asm_bdos `<in> <out>`
|
||||||
* mb_sdcc_hex2bin `<in> <out>`
|
* mb_sdcc_hex2bin `<in> <out>`
|
||||||
* mb_clean `<dir>`
|
* mb_clean `<dir>`
|
||||||
* mb_mkdir `<dir>`
|
* mb_mkdir `<dir>`
|
||||||
|
|
|
@ -45,7 +45,7 @@ endef
|
||||||
define mb_sdcc_link_asm_C000
|
define mb_sdcc_link_asm_C000
|
||||||
$(call mb_sdcc_link_asm,$(1),$(2),0xC000)
|
$(call mb_sdcc_link_asm,$(1),$(2),0xC000)
|
||||||
endef
|
endef
|
||||||
define mb_sdcc_link_asm_dos
|
define mb_sdcc_link_asm_bdos
|
||||||
$(call mb_sdcc_link_asm_0100,$(1),$(2))
|
$(call mb_sdcc_link_asm_0100,$(1),$(2))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ $(AHELLO_SDCC_BIN)/%.rel: $(AHELLO_SDCC_SRC)/%.asm | $(AHELLO_SDCC_BIN)
|
||||||
$(call mb_sdcc_compile_asm,$<,$@)
|
$(call mb_sdcc_compile_asm,$<,$@)
|
||||||
|
|
||||||
$(AHELLO_SDCC_BIN)/ahello.hex: $(AHELLO_SDCC_BIN)/ahello.rel
|
$(AHELLO_SDCC_BIN)/ahello.hex: $(AHELLO_SDCC_BIN)/ahello.rel
|
||||||
$(call mb_sdcc_link_asm_dos,$<,$@)
|
$(call mb_sdcc_link_asm_bdos,$<,$@)
|
||||||
|
|
||||||
BUILD_HELP += \\n\\t* $(AHELLO_SDCC_BIN)/ahello.com
|
BUILD_HELP += \\n\\t* $(AHELLO_SDCC_BIN)/ahello.com
|
||||||
$(AHELLO_SDCC_BIN)/ahello.com: $(AHELLO_SDCC_BIN)/ahello.hex
|
$(AHELLO_SDCC_BIN)/ahello.com: $(AHELLO_SDCC_BIN)/ahello.hex
|
||||||
|
|
Loading…
Reference in a new issue