9 lines
229 B
PHP
9 lines
229 B
PHP
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
|
.include "../pixel/pixel.inc"
|
|
;; public args
|
|
radius = ARGVEC + 2
|
|
;; private args
|
|
t1 = $E0
|
|
t2 = $E1
|
|
X_rel = radius
|
|
Y_rel = $E3
|