Changeset 6530 for branches/mini/src/win32k/test/mini.asm
- Timestamp:
- Aug 15, 2001, 12:51:29 AM (24 years ago)
- 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:34bird Exp $1 ; $Id: mini.asm,v 1.1.2.8 2001-08-14 22:51:29 bird Exp $ 2 2 ; 3 3 ; Haveing great fun making small executables... … … 30 30 31 31 CODE32 segment byte public use32 'STACK' 32 public minilx 33 32 34 ; 33 35 ; Data 34 36 ; 35 public minilx 36 ImReallySmall db "I'm really small!",013,0 37 ImReallySmall db "I'm really small!",013 38 ifdef CLIB 39 terminator db 0 40 endif 41 42 ; 43 ; Code 44 ; 37 45 minilx: 38 46 ifdef CLIB
Note:
See TracChangeset
for help on using the changeset viewer.