Skip to content

Conversation

wkwiatek
Copy link
Contributor

@wkwiatek wkwiatek commented Mar 2, 2025

Closes #327

Copy link

netlify bot commented Mar 2, 2025

Deploy Preview for pvm-debugger ready!

Name Link
🔨 Latest commit 5d4e281
🔍 Latest deploy log https://app.netlify.com/sites/pvm-debugger/deploys/67d947d4b3b3e30008423bdc
😎 Deploy Preview https://deploy-preview-336--pvm-debugger.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@wkwiatek wkwiatek requested a review from mateuszsikora March 9, 2025 20:02
@wkwiatek wkwiatek force-pushed the instuction-details-fix branch from 0208bec to 0a516ab Compare March 10, 2025 20:55
Comment on lines 2 to 4
import { ExtendedWitdthImmediateDecoder } from "@/packages/pvm/decoders/extended-with-immediate-decoder.ts";
import { ImmediateDecoder } from "../decoders/immediate-decoder";
import { NibblesDecoder } from "../decoders/nibbles-decoder";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you don't change anything in the decoders logic, you can use them from pvm-debugger-adapter package (I can export them if they aren't exported)

@tomusdrw
Copy link
Contributor

image
  1. Conway example
  2. Immediate should be 0x80
image

@wkwiatek wkwiatek changed the title Instuction details fix Instruction details fix Mar 14, 2025
@wkwiatek wkwiatek merged commit 00f61f5 into main Mar 19, 2025
5 of 6 checks passed
@wkwiatek wkwiatek deleted the instuction-details-fix branch March 19, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Registers are not decoded correctly in tooltip
3 participants