Added nestor80 example.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 18s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 18s
This commit is contained in:
parent
893c848d1d
commit
be64071e88
14 changed files with 164 additions and 4 deletions
|
|
@ -68,6 +68,12 @@ $(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_ASSERT_COUNT,"Message for
|
|||
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_FLOW_CLONE_REPORT,"Message for total amount of cloned files.")
|
||||
|
||||
MB_I18N_NESTOR80_COMPILE ?= Nestor80 compile
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_NESTOR80_COMPILE,"Message for Nestor80 compiler run.")
|
||||
|
||||
MB_I18N_NESTOR80_LINK ?= Nestor80 linking
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_NESTOR80_LINK,"Message for Nestor80 linker run.")
|
||||
|
||||
MB_I18N_SDCC_COMPILE ?= SDCC Compile super
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_SDCC_COMPILE,"Message for SDCC compiler run.")
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ MB_I18N_PROJ_DIR_CREATE = FOLDER CREATE:
|
|||
MB_I18N_PROJ_DIR_DELETE = FOLDER DELETE:
|
||||
MB_I18N_PROJ_ASSERT_COUNT = TOTAL ASSERT OK:
|
||||
MB_I18N_FLOW_CLONE_REPORT = GEM⁴ TROOPERS:
|
||||
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 []:
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ MB_I18N_PROJ_DIR_CREATE = ᑐᖅᑯᐃᕝᕕᓕᐅᕐᓂᖅ
|
|||
MB_I18N_PROJ_DIR_DELETE = ᑐᖅᑯᖅᓯᓯᒪᕝᕕᖓ ᐲᔭᖅᑕᐅᓗᓂ
|
||||
MB_I18N_PROJ_ASSERT_COUNT = ᑲᑎᖦᖢᒋᑦ ᑕᐃᒪᐃᓐᓂᕋᖅᑕᐅᔪᑦ
|
||||
MB_I18N_FLOW_CLONE_REPORT = ᐃᓐᓈᕈᐃᑦ
|
||||
MB_I18N_NESTOR80_COMPILE = ᓂᖀᑦ ᓄᑕᐅᙱᑦᑐᑦ ᑲᑎᖅᓱᒐᑦ
|
||||
MB_I18N_NESTOR80_LINK = ᓱᓪᓗᑯᑖᒃᑯᑦ ᐊᒃᑐᐊᖃᑦᑕᐅᑎᓂᖅ
|
||||
MB_I18N_SDCC_COMPILE = ᖃᕆᑕᐅᔭᕋᓛᖅᓄᐊᑦᓯᓂᖅ
|
||||
MB_I18N_SDCC_ARLIB = ᖃᕆᑕᐅᔭᕋᓛᖅᑐᖅᑯᖅᑕᐅᓯᒪᔪᑦ
|
||||
MB_I18N_SDCC_LINK = ᖃᕆᑕᐅᔭᕋᓛᖅᐊᑦᑕᑕᕐᕕᒃᓴ
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ MB_I18N_PROJ_DIR_CREATE = フォルダーの作成
|
|||
MB_I18N_PROJ_DIR_DELETE = フォルダーの削除
|
||||
MB_I18N_PROJ_ASSERT_COUNT = 完了したアサーションの合計
|
||||
MB_I18N_FLOW_CLONE_REPORT = クローン・トルーパー
|
||||
MB_I18N_NESTOR80_COMPILE = ネスターの古いコンパイル
|
||||
MB_I18N_NESTOR80_LINK = ネストルの古いリンク
|
||||
MB_I18N_SDCC_COMPILE = 標準マイクロコンパイラ
|
||||
MB_I18N_SDCC_ARLIB = 標準マイクロビルドライブラリ
|
||||
MB_I18N_SDCC_LINK = 標準マイクロリンクメッカ図書館
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue