az65 0.1.11

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

`@org` is the compliment to [`@here`](./here.md). It sets the virtual program
counter to a new 16-bit value.

## Examples

```
@org $8000
@echo @here ; Prints "32768"
```