5 lines
193 B
C++
5 lines
193 B
C++
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
|
;; public args
|
|
VAL_B = ARGVEC + 0
|
|
VAL_A = ARGVEC + 1
|
|
;; Note that we use VAL_A +1 as a temp variable, this is a hack to make it faster.
|