Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • |summary=How do I add the Subcategory "Assembler (360-z/OS)" under the already existing Category "Assembly"? ...ry "Assembler (360-z/OS)" for IBM Mainframe Assembly Language, from System/360 to z/OS. Then I learned there was already an "Assembly" category, with sub ...
    2 KB (355 words) - 13:42, 20 May 2013
  • ==360 Assembly Structured Macros== ...ed Programming Macros) concept. A recent version is HLASM Toolkit Features User's Guide (GC26-8710-10) http://publibz.boulder.ibm.com/epubs/pdf/asmtug21.pd ...
    1 KB (189 words) - 09:23, 17 July 2018
  • =={{header|360 Assembly}}== The 360 architecture data specifications are: ...
    61 KB (9,327 words) - 10:07, 16 February 2024
  • =={{header|360 Assembly}}== First example with the assembler equivalence pseudo instruction (EQU): ...
    70 KB (8,877 words) - 15:40, 20 November 2023
  • =={{header|360 Assembly}}== <pre>user=> 1. ...
    64 KB (8,366 words) - 10:47, 17 December 2023
  • =={{header|360 Assembly}}== <br>'''Basic assembler'''<br> ...
    134 KB (19,932 words) - 19:24, 23 May 2024
  • =={{header|360 Assembly}}== <syntaxhighlight lang="360 assembly"> BR 14 ...
    65 KB (8,865 words) - 19:20, 23 May 2024
  • UserRam BYTE 256 DUP (0) ;allocate 256 bytes of user RAM, initialized to zero. ...ax, tempLong_LoWord ;without "word ptr" and brackets, the assembler interprets a label as a constant.</syntaxhighlight> ...
    44 KB (6,237 words) - 14:11, 21 November 2023
  • =={{header|360 Assembly}}== ...an run. <code>incbin</code> is for binary data such as graphics, which the assembler will convert as-is to binary and does not attempt to translate it into mach ...
    112 KB (14,760 words) - 17:35, 10 December 2023
  • =={{header|360 Assembly}}== Forth systems currently run on everything from bare metal to modern multi-user operating systems and printers are handled differently on each. This demons ...
    46 KB (6,143 words) - 16:17, 9 December 2023
  • =={{header|360 Assembly}}== No real naming conventions for S/360 Assembler except the strict rule for names (called symbols).<br> ...
    90 KB (13,826 words) - 11:49, 25 August 2023
  • =={{header|360 Assembly}}== <syntaxhighlight lang="360 assembly"> ...
    66 KB (8,138 words) - 16:26, 17 March 2024
  • =={{header|360 Assembly}}== <syntaxhighlight lang="360 assembly"> ...
    88 KB (12,676 words) - 10:09, 3 January 2024
  • =={{header|360 Assembly}}== As with other low-level languages, 6502 assembler has subroutines rather than functions in the strict sense. This implementat ...
    130 KB (17,671 words) - 21:01, 2 May 2024
  • <pre>user=> (let [dog "Benjamin" Dog "Samba" DOG "Bernie"] (format "The three dogs ar <syntaxhighlight lang="lisp">CL-USER> (let* ((dog "Benjamin") (Dog "Samba") (DOG "Bernie")) ...
    61 KB (8,471 words) - 15:44, 12 November 2023
  • print ["added user with id:" addUser "JohnDoe" "jodoe@gmail.com" 35] print ["added user with id:" addUser "JaneDoe" "jadoe@gmail.com" 14] ...
    68 KB (7,961 words) - 02:31, 31 March 2024
  • =={{header|360 Assembly}}== <syntaxhighlight lang="360 assembly"> ...
    137 KB (16,869 words) - 19:21, 23 May 2024
  • =={{header|360 Assembly}}== ...conditionnal branch instruction <b>B</b> is the jump anywhere of the S/360 assembler. ...
    135 KB (20,021 words) - 10:41, 12 December 2023
  • ...nd from many object oriented concepts. It does however have methods. Any user-defined type in Go can have methods and these work very much like "instance ...This makes it clear that the thread that is put to sleep is not under the user's control. However, written as <code>Thread.currentThread().sleep(1000);</c ...
    81 KB (10,949 words) - 10:19, 22 May 2024
  • =={{header|360 Assembly}}== <syntaxhighlight lang="360 assembly"> ...
    132 KB (18,533 words) - 19:19, 23 May 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)