Added TODO for LK80 which prints white space noise.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
This commit is contained in:
parent
87e211cdf6
commit
628da07e75
|
@ -24,9 +24,10 @@ endef
|
|||
$(call mb-make-call,mb-doc-function,mb-nestor80-compile,Compiles source code.,<in> <out>)
|
||||
|
||||
|
||||
# TODO: Create BUG for LK80 it prints one new line, which is illigal white space on normal execution style
|
||||
define mb-nestor80-link
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,$(MB_I18N_NESTOR80_LINK) $(2) @ $(3))
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,_mb-nestor80-path,LK80) $(MB_NESTOR80_LK80_FLAGS) $(MB_NESTOR80_FLAG_VERBOSE) --code $(3) --output-format bin -o $(2) $(1)
|
||||
$(MB_ᕽᕽᕽ )@echo -n "$(MB_I18N_OS_CRAYON_TAG) ";$(call mb-make-call,_mb-nestor80-path,LK80) $(MB_NESTOR80_LK80_FLAGS) $(MB_NESTOR80_FLAG_VERBOSE) --code $(3) --output-format bin -o $(2) $(1)
|
||||
endef
|
||||
$(call mb-make-call,mb-doc-function,mb-nestor80-link,Links to custom code location.,<in> <out> <code-loc>)
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ MB_I18N_PROJ_DIR_DELETE = FOLDER DELETE:
|
|||
MB_I18N_PROJ_ASSERT_COUNT = TOTAL ASSERT$(MB_MAKE_HASH):
|
||||
MB_I18N_PROJ_OPENMSX_COUNT = TOTAL EMUCTL$(MB_MAKE_HASH):
|
||||
MB_I18N_FLOW_CLONE_REPORT = GEM⁴ TROOPERS:
|
||||
MB_I18N_NESTOR80_COMPILE = N80 CHURCH:
|
||||
MB_I18N_NESTOR80_LINK = LK80 PRAYER:
|
||||
MB_I18N_NESTOR80_COMPILE = N80 _CHURCH[]:
|
||||
MB_I18N_NESTOR80_LINK = LK80 PRAYER[]:
|
||||
MB_I18N_SDCC_COMPILE = ATARI COMPILE:
|
||||
MB_I18N_SDCC_ARLIB = ATARI ARLIB:
|
||||
MB_I18N_SDCC_LINK = ATARI LINK []:
|
||||
|
|
Loading…
Reference in a new issue