@ -48,7 +48,7 @@ export const AssemblyItems = ({ registerEvent }) => {
}
const indexChanged = (index: number) => {
console.log("index " + index)
console.log('index ' + index)
if (index < 0) return
const codeView = asmItemsRef.current
@ -28,7 +28,7 @@ const reducedOpcode = (opCodes) => {
const top = bottom + length
return {
index: opCodes.index - bottom,
nextIndex:opCodes.nextIndex - bottom,
nextIndex: opCodes.nextIndex - bottom,
display: opCodes.code.slice(bottom, top)