예제 #1
0
파일: NanCodeWriter.cs 프로젝트: i-e-b/MECS
        public void Memory(char action, double opcode)
        {
            var crush = NanTags.DecodeUInt32(opcode);

            _opcodes.Add(NanTags.EncodeLongOpcode('m', action, crush));
        }