pong-more-or-less/zeropage.asm

7 lines
150 B
NASM

;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
.zeropage
.org $50
zscratch0: .res 1
zscratch1: .res 1
zscratch2: .res 1
zscratch3: .res 1