# Z80ASM - Z80 Relocating Macro Assembler

- Documentation: [Z80ASM.PDF](https://wiki.hexadust.net/attachments/43)

Compiling `.Z80` assembly file to `.COM` file:

```
d:z80asm <file>/f
```