mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-02-02 17:11:25 +01:00
Publish 7
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
<script data-template="numbersList" data-compiled="" type="text/template">
|
||||
<table class="expression">
|
||||
{each op in m.operands}
|
||||
<tr data-kind="{op.kind}">
|
||||
<tr>
|
||||
<td class="label">{op.input}</td>
|
||||
<td class="bin">{op.bin.padLeft(m.bitsSize, '0')}</td>
|
||||
<td class="other">{op.other}</td>
|
||||
|
||||
Reference in New Issue
Block a user