mirror of
https://github.com/wfjm/w11.git
synced 2026-02-26 17:13:27 +00:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
; $Id: zbug_0002.mac 1184 2019-07-10 20:39:44Z mueller $
|
|
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
; Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
|
|
; ISSUE: phase error after fmt='-' type opcodes
|
|
;
|
|
; REASON: incdot(2) wasn't called in this case in pass 1.
|
|
;
|
|
.asect
|
|
.blkw 400
|
|
|
|
l1: nop
|
|
nop
|
|
nop
|
|
l2:
|
|
|
|
.end
|