Update MGTK.md

This commit is contained in:
Joshua Bell 2018-02-28 19:03:37 -08:00 committed by GitHub
parent d7e36d1f20
commit 0101a3e483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ ca65 syntax is used for primitives: `.byte`, `.word` (interpreted as 16-bit sign
.word x1 .word x1
.word y1 .word y1
.word x2 .word x2
.word y3 .word y2
``` ```
### Pattern ### Pattern