This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID DIVISION. | |
PROGRAM-ID. assembler. | |
INPUT-OUTPUT SECTION. | |
FILE-CONTROL. | |
SELECT asm-file ASSIGN "tiny.asm" | |
ORGANIZATION LINE SEQUENTIAL | |
FILE STATUS file-status | |
. | |
DATA DIVISION. |