Changeset 6535 for branches/mini/src
- Timestamp:
- Aug 15, 2001, 5:17:36 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mini/src/win32k/test/mini.asm
r6530 r6535 1 ; $Id: mini.asm,v 1.1.2. 8 2001-08-14 22:51:29bird Exp $1 ; $Id: mini.asm,v 1.1.2.9 2001-08-15 03:17:36 bird Exp $ 2 2 ; 3 3 ; Haveing great fun making small executables... … … 35 35 ; Data 36 36 ; 37 ImReallySmall db "I'm really small!",0 1337 ImReallySmall db "I'm really small!",0ah 38 38 ifdef CLIB 39 39 terminator db 0 … … 263 263 add esp, 12 264 264 ret 265 ImReallySmall db "I'm really small!",0 13265 ImReallySmall db "I'm really small!",0ah 266 266 267 267 db 0,0,0
Note:
See TracChangeset
for help on using the changeset viewer.