C:\>type testlink.asm section CODE mov ax, 4C00h int 21h resb 16 section DATA align=1 db 26h section WLEMITALIGNED align=16 section STACK stack resb 512 C:\>testlink.bat C:\>ldebug /t /p wl /i /mx testlink.obj,testlink.exe,testlink.map; -g WarpLink release 4 by ecm (2025 September), Michael Devore (1989-1993). Public Domain software, all copyrights surrendered. *** Start of pass 1 on object modules *** Processing file: TESTLINK.OBJ *** End of pass 1 on object modules *** Start of pass 1 on library modules *** End of pass 1 on library modules *** Start of pass 2 on object modules *** Processing file: TESTLINK.OBJ *** End of pass 2 on object modules *** Start of pass 2 on library modules *** End of pass 2 on library modules *** Begin writing file(s) *** End writing file(s) EXE load image size: 001K Program terminated normally (0000) -q C:\>type testlink.map PROGRAM: TESTLINK.EXE DATE: 2025-09-20 TIME: 00:10 Start Stop Length Name Class 00000H 00014H 00015H CODE 00015H 00015H 00001H DATA 00020H 00020H 00000H WLEMITALIGNED 00020H 0021FH 00200H STACK Detailed Segment Map Name Ovl# Address Length Align Combine Class Group Module File CODE 0000:0000 0015h BYTE PUBLIC TESTLINK.ASM TESTLINK.OBJ DATA 0001:0005 0001h BYTE PUBLIC TESTLINK.ASM TESTLINK.OBJ WLEMITALIGNED 0002:0000 0000h PARA PUBLIC TESTLINK.ASM TESTLINK.OBJ STACK 0002:0000 0200h BYTE STACK TESTLINK.ASM TESTLINK.OBJ Address Status Symbol Name Program entry point at 0000:0000 Executable header size 00200h Executable initialised image size 00020h Executable total image size 00220h C:\>