source: trunk/kLdr/testcase/tstExeMainStub-os2.asm@ 3232

Last change on this file since 3232 was 2885, checked in by bird, 19 years ago

Make testcase build

File size: 334 bytes
Line 
1; $Id: $
2;; @file
3;
4; kLdr - OS/2 entry point thingy...
5;
6; Copyright (c) 2006 Knut St. Osmundsen <bird-source-spam@anduin.net>
7;
8; GPL
9;
10
11
12
13segment TEXT32 public CLASS=CODE align=16 use32
14extern OS2Main
15..start:
16 jmp OS2Main
17
18segment DATA32 stack CLASS=DATA align=16 use32
19
20global WEAK$ZERO
21WEAK$ZERO EQU 0
22
Note: See TracBrowser for help on using the repository browser.