Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<span style="display: inline-block; margin-bottom: 10px"><h3 style="display: inline-block;">JavaScript D-RISC Assembly Interpreter</h3> <a href="#" data-toggle="modal" data-target="#modal2">Beta version</a></span>
<div style="float:left; width:65%">
<textarea class="lined" style="resize: none; width:100%; height: 400px" id="program"></textarea><br /><br />
<textarea class="lined" style="resize: none; width:100%; height: 400px" id="program" spellcheck="false"></textarea><br /><br />
<button class="btn btn-primary" onclick="compileProgram(document.getElementById('program').value)"><i class="fas fa-file-code"></i> Compile</button>
<button class="btn btn-primary" onclick="runProgram()"><i class="fas fa-play"></i> Run</button>
<button class="btn btn-danger" onclick="endOfProgram = true"><i class="fas fa-pause"></i> Halt execution</button>
Expand Down