SupportIf you like "Z80 Instruction Set" please consider supporting it. Z80 Instruction SetThis is a hover provider for vscode. I.e. if you hover over a Z80 instruction (e.g. "LD A,5") the opcode and a description for the instruction is displayed. Note: It does also show the opcodes for the Z80N instructions (ZX Spectrum Next). InstallationInstall through Visual Studio Code Marketplace. The extension is called "Z80 Instruction Set". Configuration
MiscTo view all instructions open the command palette (press F1) and enter "Show all Z80 instructions". A WebView opens with the instructions. To search the instructions press "CTRL-F". Hovers in Debug Modevscode turns the normal hovers off if in debug mode. To make them visible press the "ALT" key while hovering. AcknowledgememtsMain parts of the code (the z80 instruction decoding) has been taken from theNuestro's z80-asm-code-meter which is licensed under LGPL-3.0. |