about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-12 09:36:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-12 09:36:55 -0700
commita893d3b6cefecc15a998d1efabbca54abab337b8 (patch)
treeb27a3cea5f99975c52e05df34227beb7c6651147 /082scenario_screen.cc
parentedd2253b2d53244b7bd117fc701824eacab45b6b (diff)
downloadmu-a893d3b6cefecc15a998d1efabbca54abab337b8.tar.gz
4026
Make memory a sparse map rather than contiguous vector.

In the process, a bugfix for `load_program`: support multiple lines of
comments.

Also save a local copy of the x86 cheatsheet I've been using:
  https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf
Diffstat (limited to '082scenario_screen.cc')
0 files changed, 0 insertions, 0 deletions
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177