about summary refs log tree commit diff stats
path: root/cpp/015jump
Commit message (Collapse)AuthorAgeFilesLines
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-13/+13
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 796 - jump instructions doneKartik K. Agaram2015-02-191-4/+87
|
* 794 - first jump instructionKartik K. Agaram2015-02-191-0/+32
v class='alt'>
22449efd ^
e9e4b4ff ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21