Skip to content

Releases: maziac/z80-instruction-set

Some inaccuracies

08 Mar 18:34
Compare
Choose a tag to compare

Fix for #17: Flags for INI/INIR/IND/INDR/OUTI/OUTD/OTIR/OTDR and IN x,(C)

Undocumented

16 Apr 10:46
Compare
Choose a tag to compare

Update to describe undocumented behavior.

  • 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.

RST #

27 Mar 13:46
Compare
Choose a tag to compare

RST # (a succeeding '#') is not correctly recognized.

Packed

27 Dec 09:49
Compare
Choose a tag to compare
  • Packed with esbuild. Size decreased to 30%.
  • Fixed #14: Wrong legend inc ix
  • activationEvent changed to "onStartupFinished".
  • Tests changed from Mocha to jest.

RST

19 Feb 14:48
Compare
Choose a tag to compare
RST

Fixed #6: RST not shown correctly: "RST 0"

Undocumented

24 Oct 20:24
Compare
Choose a tag to compare
  • Added undocumented IX/IY bit instructions (DDCB, FDCB).
  • Fixed indexed access recognition if no index is used, e.g. "sla (iy)" is recognized now.

PR alexanderk23

13 May 17:54
Compare
Choose a tag to compare

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

Searching

01 Feb 22:34
Compare
Choose a tag to compare
  • CTRL-F allowed now in instruction webview. Allows searching the instructions.

C-Style Comments

21 Nov 10:22
Compare
Choose a tag to compare

Allowed for "//" C-style comments (fix by oxidaan).
.

Ready

15 May 10:10
Compare
Choose a tag to compare

Moved to 1.0.0.