11.07.2015 Views

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

RSECT instructionThe beginning of a control section is aligned on a boundary determined by theSECTALGN option. However, when an interrupted control section is continuedusing the RSECT instruction, the location counter last specified in that controlsection is continued.The source statements following a RSECT instruction that either initiate or indicatethe continuation of a control section are assembled into the object code of thecontrol section identified by that RSECT instruction.Notes:1. The assembler indicates that a control section is read-only by setting theread-only attribute in the object module.2. The end of a control section or portion of a control section is marked by (a) anyinstruction that defines a new or continued control section, or (b) the ENDinstruction.SPACEinstructionThe SPACE instruction inserts one or more blank lines in the listing of a sourcemodule. This separates sections of code on the listing page.►►sequence_symbolSPACEnumber_of_lines►◄sequence_symbolis a sequence symbol.number_of_linesis an absolute expression that specifies the number of lines to be left blank. Youmay use any absolute expression to specify number_of_lines. If number_of_lines isomitted, one line is left blank. If number_of_lines has a value greater than thenumber of lines remaining on the listing page, the instruction has the sameeffect as an EJECT statement.||The SPACE statement itself is not printed in the listing unless a variable symbol isspecified as a point of substitution in the statement, in which case the statement isprinted before substitution occurs. A completely blank line is equivalent to a SPACE1 statement.STARTinstruction|The START instruction can be used to initiate the first or only executable controlsection of a source module, and optionally to set an initial location counter value.►►symbolSTARTexpression►◄symbolis one of the following:212 <strong>HLASM</strong>: <strong>V1R6</strong> <strong>Language</strong> <strong>Ref</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!