diff --git a/page/index.html b/page/index.html index 912a7881..aa03edd1 100644 --- a/page/index.html +++ b/page/index.html @@ -12,6 +12,8 @@ Sogen - Windows User Space Emulator + + { return new Promise((resolve, reject) => { @@ -117,19 +122,19 @@ export function Playground() { -
- - - - - - @@ -157,8 +162,35 @@ export function Playground() { />
-
- +
+ + {/* 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];