-
+
+
+ {/* Left */}
+ Disassembly
+
+ {/* Middle */}
+
+
+ {/* Middle - Top */}
+
+
+
+
+ {/* Middle - Bottom */}
+ Memory
+
+
+
+ {/* Right */}
+
+
+ {/* Right - Top */}
+ Registers
+
+ {/* Right - Bottom */}
+ Stack
+
+
+
diff --git a/page/src/components/output.tsx b/page/src/components/output.tsx
index a9c3677d..05489c48 100644
--- a/page/src/components/output.tsx
+++ b/page/src/components/output.tsx
@@ -238,7 +238,7 @@ export class Output extends React.Component
{
width={this.state.width}
height={this.state.height}
itemCount={this.state.lines.length}
- itemSize={20}
+ itemSize={16}
>
{({ index, style }) => {
const line = this.state.lines[index];