- Package update.
- Fix for #17: Flags for INI/INIR/IND/INDR/OUTI/OUTD/OTIR/OTDR and IN x,(C)
- Fix for #15: Incorrect description of the effect on the carry flag in I/O commands.
- Changed carry flag for OUTI, OUTD, OTIR, OTDR, INI, IND, INIR, INDR.
- Changed flags for LD A,I and LD A,R.
- Fixed ":=" notation of a few commands.
- Fix for #13: Don't recognize RST with # number
- Packed with esbuild.
- Fixed #14: Wrong legend inc ix
- activationEvent changed to "onStartupFinished".
- Tests changed from Mocha to jest.
- Fixed #6: RST not shown correctly: "RST 0"
- Added undocumented IX/IY bit instructions (DDCB, FDCB).
- Removed unused files.
- Fixed indexed access recognition if no index is used, e.g. "sla (iy)" is recognized now.
- Thanks to @alexanderk23 for the fixes:
- OUTI/OUTD pre-decrements the B register
- OUT (C), 0 outputs 0 on NMOS Z80s, 255 on CMOS Z80s
- Minor typos
- CTRL-F allowed in instruction webview. Allows searching the instructions.
- Check for undefined instruction added.
- Allowed for "//" C-style comments (fix by oxidaan)
- Added donate button.
- Fixed vulnerability.
- Incorporated some changes from here theNestruo/z80-asm-meter-vscode#17 (although they didn't had a direct impact to z80-instruction-set).
- Fixed T-states for ADD HL,nn.
- Description of "BRLC DE,B", "SETAE" and "PUSH nn" corrected thanks to Ped7g.
- Link changed to customizable.
- All opcodes included.
- Link added.
- WebView to show Z80 instructions.
- Markdown as hovering string.
- More unit tests.
- Adding flags and decriptions.
- Added Z80N instructions.
- Initial version. Mainly copied from asm-code-lens.