Commit Graph

12 Commits

Author SHA1 Message Date
Kartik K. Agaram 4a48bedcd1 4134 - 'input' = 'ingredient' 2017-12-03 23:25:40 -08:00
Kartik K. Agaram 65cec71025 3432 2016-09-30 22:09:42 -07:00
Kartik K. Agaram 6f65d5918f 3429 - standardize Mu scenarios
A long-standing problem has been that I couldn't spread code across
'run' blocks because they were separate scopes, so I've ended up making
them effectively comments. Running code inside a 'run' block is
identical in every way to simply running the code directly. The 'run'
block is merely a visual aid to separate setup from the component under
test.

In the process I've also standardized all Mu scenarios to always run in
a local scope, and only use (raw) numeric addresses for values they want
to check later.
2016-09-28 19:48:56 -07:00
Kartik K. Agaram e5f9c6aed0 3419 2016-09-27 09:14:38 -07:00
Kartik K. Agaram 56e00e8878 3418 - some functions contributed by Caleb Couch 2016-09-27 09:07:53 -07:00
Kartik K. Agaram fb782b6380 3417 2016-09-27 08:58:26 -07:00
Kartik K. Agaram a0331a9b0e 3390 2016-09-17 13:00:39 -07:00
Kartik K. Agaram 51b0936fc7 3386 2016-09-17 10:30:24 -07:00
Kartik K. Agaram 7a84094adb 3385 2016-09-17 10:28:25 -07:00
Kartik K. Agaram 08f4628e8b 3379
Can't use type abbreviations inside 'memory-should-contain'.
2016-09-17 00:31:55 -07:00
Kartik K. Agaram d559f68b2f 3377 2016-09-17 00:12:08 -07:00
Kartik K. Agaram 5e15a74f06 3055 2016-06-13 16:25:45 -07:00