# z80-base

This is a set of TypeScript-based classes and utilities for writing
Z80 emulators. It includes a set of registers, constants for flags,
and utility functions for assembling and disassembling words and bytes.

See the [z80-test](../z80-test) and [z80-emulator](../z80-emulator) projects.

# License

Copyright &copy; Lawrence Kesteloot, [MIT license](LICENSE).
