9 lines
344 B
PHP
9 lines
344 B
PHP
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
|
;; Note that this file should never collide with line.inc
|
|
;; public args
|
|
Y_pos = ARGVEC + 0
|
|
X_pos = ARGVEC + 1
|
|
;; Private args
|
|
byte_to_paint = $E8
|
|
btp_mem_pos = $E9 ; 16-bit value (uses EA), byte to paint memory position
|
|
Bitmap = $4000
|