Click here to Skip to main content
15,918,617 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Array Problem Pin
S. Senthil Kumar15-May-05 7:22
S. Senthil Kumar15-May-05 7:22 
GeneralRe: Array Problem Pin
Saksida Bojan16-May-05 22:14
Saksida Bojan16-May-05 22:14 
GeneralRe: Array Problem Pin
Saksida Bojan18-May-05 0:38
Saksida Bojan18-May-05 0:38 
GeneralA few questions Pin
Saksida Bojan15-May-05 1:32
Saksida Bojan15-May-05 1:32 
GeneralRe: A few questions Pin
MoustafaS15-May-05 2:13
MoustafaS15-May-05 2:13 
GeneralRe: A few questions Pin
Saksida Bojan15-May-05 6:59
Saksida Bojan15-May-05 6:59 
GeneralRe: A few questions Pin
DavidNohejl15-May-05 7:37
DavidNohejl15-May-05 7:37 
GeneralNaked Assembly Routines Pin
ursus zeta14-May-05 7:55
ursus zeta14-May-05 7:55 
OK,...I'm a maniac, but I was thinking of writing some fairly simple assembly routines to use in a Managed C++ application. If you go over to the MSDN site, they tell you this:

"For functions declared with the naked attribute, the compiler generates code without prolog and epilog code. You can use this feature to write your own prolog/epilog code sequences using inline assembler code."

You can see the Microsoft specific implementation at this page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pluslang_the_naked_attribute.asp[^]

Anyway, another thing that the Microsoft specific people tell you is that: "The naked keyword is ignored when compiling with /clr."

What I don't understand is what they refer to as the Prolog and Epilog code that the compiler automatically inserts.
By the way, I got this maniacal concept while reading the book: "Assembly Language for Intel-Based Computers, Fourth Edition", by Kip Irvine, 2003.

Anyone ever have any experience with this sort of thing?
I'd appreciate ANY intel, no matter how obscure and trivial.

GeneralRe: Naked Assembly Routines Pin
Marc Clifton15-May-05 8:48
mvaMarc Clifton15-May-05 8:48 
GeneralThanks! Pin
ursus zeta15-May-05 9:06
ursus zeta15-May-05 9:06 
QuestionGood .NET 2.0 book? Pin
Carl Mercier14-May-05 6:53
Carl Mercier14-May-05 6:53 
AnswerRe: Good .NET 2.0 book? Pin
MoustafaS14-May-05 7:13
MoustafaS14-May-05 7:13 
GeneralRe: Good .NET 2.0 book? Pin
Carl Mercier14-May-05 7:23
Carl Mercier14-May-05 7:23 
QuestionHow to create borderless textbox for Pocket PC Pin
Member 193588013-May-05 19:49
Member 193588013-May-05 19:49 
General.net book Pin
_tasleem13-May-05 4:39
_tasleem13-May-05 4:39 
GeneralRe: .net book Pin
Kevin McFarlane14-May-05 7:45
Kevin McFarlane14-May-05 7:45 
GeneralRe: .net book Pin
peepys25-May-05 0:12
peepys25-May-05 0:12 
GeneralConfigure .net framework 2.0 Pin
anj198312-May-05 14:53
anj198312-May-05 14:53 
GeneralRe: Configure .net framework 2.0 Pin
Robert Rohde12-May-05 20:13
Robert Rohde12-May-05 20:13 
GeneralRe: Configure .net framework 2.0 Pin
MoustafaS13-May-05 13:47
MoustafaS13-May-05 13:47 
GeneralRe: Configure .net framework 2.0 Pin
anj198315-May-05 5:29
anj198315-May-05 5:29 
GeneralRe: Configure .net framework 2.0 Pin
MoustafaS15-May-05 6:17
MoustafaS15-May-05 6:17 
GeneralJava Rules Pin
Robert M Greene12-May-05 3:08
Robert M Greene12-May-05 3:08 
GeneralRe: Java Rules Pin
Anonymous13-May-05 21:46
Anonymous13-May-05 21:46 
GeneralRSACryptoServiceProvider Encrypt and Decrypt Pin
ganeshvijay12-May-05 0:46
ganeshvijay12-May-05 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.