Update MGTK.md

This commit is contained in:
Joshua Bell 2018-02-28 19:02:17 -08:00 committed by GitHub
parent 030177a06f
commit b319c67083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ This is a complex API library written by Apple circa 1985. It consists of:
For the purposes of DeskTop, the entry point is fixed at $4000 AUX, called MLI-style (JSR followed by command type and address of param block).
ca65 syntax is used for primitives: `.byte`, `.word` (interpreted as 16-bit signed integer), `.addr` (16-bit address), `.res N` (N byte buffer)
---
# Graphics Primitives
## Concepts
ca65 syntax is used for primitives: `.byte`, `.word` (interpreted as 16-bit signed integer), `.addr` (16-bit address), `.res N` (N byte buffer)
### Point
```
.word xcoord