c64-livecoding/wip-hugo/routines/arithmatic/arithmatic.inc
2025-05-17 16:12:13 +02:00

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.