|
|
|
@ -5,8 +5,9 @@
|
|
|
|
|
.btn-group.btn-group-sm |
|
|
|
|
button.btn.btn-default.btn-sm.load-save(title="Load or save text") |
|
|
|
|
span.glyphicon.glyphicon-floppy-disk |
|
|
|
|
button.btn.btn-default.btn-sm.add-compiler(title="Add a new compiler for this source (click or drag)") |
|
|
|
|
span.glyphicon.glyphicon-open |
|
|
|
|
if !embedded |
|
|
|
|
button.btn.btn-default.btn-sm.add-compiler(title="Add a new compiler for this source (click or drag)") |
|
|
|
|
span.glyphicon.glyphicon-open |
|
|
|
|
.monaco-placeholder |
|
|
|
|
|
|
|
|
|
#compiler |
|
|
|
@ -29,15 +30,17 @@
|
|
|
|
|
button.btn.btn-sm.active(title="Output disassembly in Intel syntax" data-bind="intel") |
|
|
|
|
span Intel |
|
|
|
|
include font-size.pug |
|
|
|
|
.btn-group.btn-group-sm |
|
|
|
|
button.btn.btn-default.btn-sm.add-compiler(title="Clone this compiler window (click or drag)") |
|
|
|
|
span.glyphicon.glyphicon-new-window |
|
|
|
|
if !embedded |
|
|
|
|
.btn-group.btn-group-sm |
|
|
|
|
button.btn.btn-default.btn-sm.add-compiler(title="Clone this compiler window (click or drag)") |
|
|
|
|
span.glyphicon.glyphicon-new-window |
|
|
|
|
.monaco-placeholder |
|
|
|
|
.bottom-bar |
|
|
|
|
.btn-group.btn-group-sm |
|
|
|
|
button: span.glyphicon.glyphicon-alert.status |
|
|
|
|
span.full-compiler-name |
|
|
|
|
span.compile-time |
|
|
|
|
if !embedded |
|
|
|
|
.btn-group.btn-group-sm |
|
|
|
|
button: span.glyphicon.glyphicon-alert.status |
|
|
|
|
span.full-compiler-name |
|
|
|
|
span.compile-time |
|
|
|
|
|
|
|
|
|
#compiler-output |
|
|
|
|
pre.content |
|
|
|
|