CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of assembly
C#
using System;
 
namespace SharpVM
{
    /// <summary>
    /// http://pastebin.com/f22e2c91
    /// 
    /// A little playground for VM and JIT testing.  The basic idea is to have an instruction set that is
    /// EXTREMELY EASY to decode: we prefer more instructions versus complex decoding logic.  For example, 
    /// most opcodes have a W version that lets the last argument (usually a word) take up an entire
by Fred Rosenbaum   January 05, 2010 @ 8:41am
241 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate