mirror of
https://github.com/wfjm/w11.git
synced 2026-05-04 23:26:38 +00:00
asm-11 .list update; tcode updates
- tools/bin
- asm-11
- add minimal .list,.nlist (cnd,me,meb) directive support
- add -(n)list options
- tools/asm-11
- tests(-err): some tuneups
- mlib: some macros added, some tuneups
- tools/tcode/cpu_(details|mmu).mac: use rt?jmp, hta??? macros
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
; $Id: push.mac 1354 2023-01-24 16:29:10Z mueller $
|
||||
; $Id: push.mac 1359 2023-01-27 20:58:50Z mueller $
|
||||
; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
; Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
;
|
||||
; push a word to the stack
|
||||
;
|
||||
.macro push,src
|
||||
mov src,-(sp)
|
||||
|
||||
Reference in New Issue
Block a user