8086-emulator icon indicating copy to clipboard operation
8086-emulator copied to clipboard

An Intel 8086 CPU emulator in Python with GUI.

Results 3 8086-emulator issues
Sort by recently updated
recently updated
newest added

Python 3.12.2 is installed on the Windows 10 operating system and it gives the following error: TypeError: arguments did not match any overloaded call: drawText(self, p: Union[QPointF, QPoint], s: Optional[str]):...

在阅读文档时,我注意到有些内容和格式上的瑕疵。我对 `README.md` 进行了以下修改: - 修正了[第二字节(BYTE 2)](https://github.com/ZubinGou/8086-emulator?tab=readme-ov-file#%E7%AC%AC%E4%BA%8C%E5%AD%97%E8%8A%82byte-2)中的Mod编码表格的格式错误。 - 纠正了[指令集](https://github.com/ZubinGou/8086-emulator?tab=readme-ov-file#%E6%8C%87%E4%BB%A4%E9%9B%86)中`MUL`/`IMUL`、`DIV`/`IDIV`、`STOS`和`REPE`/`REPZ`/`REPNE`/`REPNZ`等指令的解释错误。 - 调整了[标识符](https://github.com/ZubinGou/8086-emulator?tab=readme-ov-file#%E6%A0%87%E8%AF%86%E7%AC%A6)的格式。 我希望这些修改能对项目有所帮助。

Traceback (most recent call last): File "C:\Users\usuario2\Downloads\8086-emulator-master\ui\codeeditor.py", line 150, in paintEvent self.codeEditor.lineNumberAreaPaintEvent(event) File "C:\Users\usuario2\Downloads\8086-emulator-master\ui\codeeditor.py", line 52, in lineNumberAreaPaintEvent painter.drawText(0, top, areaWidth - rightMargin, TypeError: arguments did not match any overloaded...