minimal code

This commit is contained in:
crumbtoo
2024-04-25 15:05:59 -06:00
parent 5876afec40
commit 64266e6cbe
2 changed files with 39 additions and 10 deletions

View File

@@ -30,3 +30,23 @@ body
{ margin: 0.5em
}
.stack-view
{}
.dump-view
{}
.heap-view
{}
.code-view
{ display: grid
}
.code-view.instr
{ }
.code-view > .instr:nth-of-type(odd)
{ background: #00000032;
}