TESTEND("asminstr");
}
+// tests the entire stack
+void test_full(void) {
+ TESTBEGIN("testfull");
+
+ TESTEND("testend");
+}
+
int main(int arc, char **argv) {
ulas_init(ulas_cfg_from_env());
test_totok();
test_intexpr();
test_asminstr();
+ test_full();
ulas_free();
ULAS_INSTR_PREBITR8D("res", 0xA8, '5'),
ULAS_INSTR_PREBITR8D("res", 0xB0, '6'),
ULAS_INSTR_PREBITR8D("res", 0xB8, '7'),
-
+
ULAS_INSTR_PREBITR8D("set", 0xC0, '0'),
ULAS_INSTR_PREBITR8D("set", 0xC8, '1'),
ULAS_INSTR_PREBITR8D("set", 0xD0, '2'),