Ignore:
Timestamp:
Aug 15, 2001, 12:51:29 AM (24 years ago)
Author:
bird
Message:

275 bytes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mini/src/win32k/test/mini.asm

    r6529 r6530  
    1 ; $Id: mini.asm,v 1.1.2.7 2001-08-14 22:14:34 bird Exp $
     1; $Id: mini.asm,v 1.1.2.8 2001-08-14 22:51:29 bird Exp $
    22;
    33; Haveing great fun making small executables...
     
    3030
    3131CODE32 segment byte public use32 'STACK'
     32public minilx
     33
    3234;
    3335; Data
    3436;
    35 public minilx
    36 ImReallySmall   db  "I'm really small!",013,0
     37ImReallySmall   db  "I'm really small!",013
     38ifdef CLIB
     39terminator db 0
     40endif
     41
     42;
     43; Code
     44;
    3745minilx:
    3846ifdef CLIB
Note: See TracChangeset for help on using the changeset viewer.