SATK
SATK copied to clipboard
Toolkit for creating baremetal programs targeting mainframe compatible systems
The following works fine: ``` MACRO &LABEL FISHTEST &whatever MEND END ``` ## ISSUE 1: The following causes an INTERNAL ERROR: ``` MACRO &LABEL FISH_X &whatever MEND END ``` Notice...
How can I align my macro generated assembler statements exactly the way I code them in ASMA? Here's a simple repro test case that illustrates the problem: ``` MACRO NODOTS...
If a macro is invoked with keyword parameters, one per line, with a continuation character on each line, the even numbered lines are dropped, e.g., second, fourth. etc. This operand...
The following patch adds _most **`(*)`**_ of the support needed for the Miscellaneous-Instruction-Extensions Facility 2 and 3 instructions: ```diff From: "'Fish' (David B. Trout)" Date: Fri, 02 Oct 2020 11:31:13...
I am currently using: (*) **Revision: 7565b3e8ac73858f80f55e7068772558e89d70d9** Date: **3/24/2017** 11:07:51 AM Message: **Fix font inconsistency in macro doc headings in func.odt...
``` asma.py Copyright (C) 2014-2020 Harold Grovesteen Phase 'pass0_1' INTERNAL ERROR WHILE PROCESSING THIS STATEMENT [471] * Traceback (most recent call last): File "/home/superleaf1995/src/SATK/asma/asmoper.py", line 394, in getMacro mte=self.macros[macname] File...
Need to add SERVC to S/370. MVS SP documentation demonstrates it was available and used.
I don't know if this occurs on all affected vector instructions or not, but it occurs on the `VLM` instruction: 42 *********************************************************************** 43 * (for reference) 44 *********************************************************************** 45 *...
I am getting the following error trying to use the VLREP instruction. ``` 00001176 E310 5010 0014 00000010 565+ LGF R1,V2ADDR load source address 566+ VLREP V22,0(0,R1),0 test instruction **...
Hi, I'm working in the "The miscellaneous-instruction-extensions facility 4". Can you add the new instructions: ``` * CLZG B968 [RRE] COUNT LEADING ZEROS * CTZG B969 [RRE] COUNT TRAILING ZEROS...