about summary refs log tree commit diff stats
path: root/build_and_test_until
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
commitde3aecff25e2da4eef2d30f4775c37be2eaa2899 (patch)
tree397532baf736701123305ace1ca72986d8a7c089 /build_and_test_until
parent95ccc2e0557b57f0f56b039df75f49a4016ecda6 (diff)
downloadmu-de3aecff25e2da4eef2d30f4775c37be2eaa2899.tar.gz
5746
After much struggle, one more test: emitting a primitive with a register
operand.

The following two instructions have the same name:
  reg <- increment
  increment var

and they emit the same opcodes:
  ff 0/subop

But they're considered distinct policies in the code-generation 'table',
one for incrementing variables on the stack and the other for incrementing
variables in a register.
Diffstat (limited to 'build_and_test_until')
0 files changed, 0 insertions, 0 deletions
Booth <boothj5@gmail.com> 2014-02-16 20:15:10 +0000 Added connection status tests for /otr myfp' href='/danisanti/profani-tty/commit/tests/test_cmd_otr.h?id=6e58d95469d289058b4d5bf6325ade01caf40ca3'>6e58d954 ^
18e0884f ^
82ad0cd3 ^
4afec6ab ^
a25714b6 ^


b4b46399 ^
037ca818 ^
1f78d5b5 ^



d25245a2 ^
da058359 ^
c0037608 ^
62953362 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47