mikepaul-LuaJIT/dynasm/Examples
Michael Munday 155577093a Add test for PC-style labels.
These are labels which are given a numeric value. For example, the
following code would generate PC labels 0 to 4:

for (int i = 0; i < 5; i++) {
  |=>i:
}
2016-12-06 15:41:11 -05:00
..
run.sh Clean up test file and add script to run tests. 2016-12-05 14:02:58 -05:00
test_z_inst.c Add test for PC-style labels. 2016-12-06 15:41:11 -05:00