Polshakov Dmitry
Polshakov Dmitry
@WerWolv It works. Thanks! Now PR is tested and one issue is fixed
@WerWolv Is there anything else that should be done?
- [ ] Also missing instructions to work with FPU register stack. Like this: ``` __asm ("fld qword [local_8h]"); __asm ("fmul qword [0x0047f570]"); __asm ("fstp qword [local_10h]"); ```
@wargio `pxor` was already implemented in fb71f5854942123a5fd256b75c5d76e355c61f0d. See [here](https://github.com/wargio/r2dec-js/blob/dcc7bbe811167ebac763619218ee0d00a56c4f80/libdec/arch/x86.js#L1098)
I also have the same issue. And it's reproduced only with MacOS's previewer
Seems duplicate of https://github.com/yzane/vscode-markdown-pdf/issues/100