mirror of
https://github.com/mi57730/a2d.git
synced 2025-04-05 13:37:11 +00:00
Update MGTK.md
This commit is contained in:
parent
030177a06f
commit
b319c67083
4
MGTK.md
4
MGTK.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user