Rename to bdos compiler step.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s

This commit is contained in:
Willem Cazander 2024-07-01 03:16:43 +02:00
parent 43c9649712
commit 59ddde5bec
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ endef
define mb_sdcc_link_asm_C000
$(call mb_sdcc_link_asm,$(1),$(2),0xC000)
endef
define mb_sdcc_link_asm_dos
define mb_sdcc_link_asm_bdos
$(call mb_sdcc_link_asm_0100,$(1),$(2))
endef