az65 0.1.11

A multi-CPU assembler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `@die`

`@die` is a convenience directive used to terminate
the assembler with an error message.

## Examples

```
@die "Assembler will not continue..."
```

The error message will be printed on `stderr`.