From dff67029adb1a27bff5937fa8e028fadbef521eb Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 28 Dec 2020 09:26:15 -0800 Subject: 7439 - start translating Mu programs to baremetal --- translate_subx_emulated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate_subx_emulated') diff --git a/translate_subx_emulated b/translate_subx_emulated index 4a75c03b..730e020d 100755 --- a/translate_subx_emulated +++ b/translate_subx_emulated @@ -16,7 +16,7 @@ cat a.tests |./bootstrap_bin run apps/assort > a.assort cat a.assort |./bootstrap_bin run apps/dquotes > a.dquotes cat a.dquotes |./bootstrap_bin run apps/assort > a.assort2 cat a.assort2 |./bootstrap_bin run apps/pack > a.pack -cat a.pack |./bootstrap_bin run apps/survey > a.survey +cat a.pack |./bootstrap_bin run apps/survey_elf > a.survey cat a.survey |./bootstrap_bin run apps/hex > a.elf chmod +x a.elf -- cgit 1.4.1-2-gfad0 /option> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/html/080display.cc.html
blob: 33fb161d141aaa3731ffa2ca115ce4941de2e4c4 (plain) (tree)
1
2
3
4
5
6
7
8
9