diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:04:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:04:13 -0700 |
commit | eef937e692637b08714832183930ab45b497cc98 (patch) | |
tree | 994e426827063634de4711f014658ad5fc6a7247 | |
parent | 0e82b1d4277e947f19b63331f0a50dec90e0462c (diff) | |
download | mu-eef937e692637b08714832183930ab45b497cc98.tar.gz |
1186
-rw-r--r-- | cpp/032array | 1 | ||||
-rw-r--r-- | cpp/042new | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cpp/032array b/cpp/032array index 9ea08a16..57298e73 100644 --- a/cpp/032array +++ b/cpp/032array @@ -153,7 +153,6 @@ recipe main [ ] +run: instruction main/5 +mem: storing 15 in location 6 -// vim:ft=cpp :(before "End Primitive Recipe Declarations") INDEX_ADDRESS, diff --git a/cpp/042new b/cpp/042new index d45a7c56..f032f90a 100644 --- a/cpp/042new +++ b/cpp/042new @@ -101,5 +101,3 @@ if (current_instruction().ingredients[0].properties[0].second[0] == "literal-str // mu strings are not null-terminated in memory break; } - -//: vim: ft=cpp |