; $Id: pushb.mac 1359 2023-01-27 20:58:50Z mueller $ ; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2022- by Walter F.J. Mueller ; ; push a byte to the stack ; .macro pushb,src movb src,-(sp) .endm