Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chrtran in .NET
Message
From
15/11/2008 03:25:16
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01360482
Message ID:
01362058
Views:
24
>>>Hi,
>>>
>>>>// 3 times slower
>>
>>Raw curiosity... Anyone know if any of the C# commands/operators map to the processors XLAT command?
>>
>>I can't even think of a C command or operator that does, but thought I'd ask.
>>
>>It's been many years since I coded in ASM, but that was always the fastest chrtran. But my chrtans usually were against entire files (EBCDIC to ASCII conversion) rather than short strings.
>
Hi,

Last serious ASM coding I did was for a Z80! When the 386 came along there were too many registers and I got confused :-}

I wouldn't think .NET would have direct mapping to XLAT - isn't it processor specific? If so then its unlikely there would be an equivalent opcode in MSIL. Can't see anything like it anyway (http://msdn.microsoft.com/en-us/library/system.reflection.emit.opcodes_members.aspx)

Update: I think I misread your question. But if you meant just an equivalent in the C# core language again I think the answer is no....

Best,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform