예제 #1
0
파일: CPU_RAM80.cs 프로젝트: jc38x/X38-G001
 static uint ADSX(uint value, uint bit)
 {
     return(Utility.ADSX(value, bit));
 }