• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            posts - 195,  comments - 30,  trackbacks - 0
            You are to write an interpreter for a simple computer. This computer uses a processor with a small number of machine instructions. Furthermore, it is equipped with 32 byte of memory, one 8-bit accumulator (accu) and a 5-bit program counter (pc). The memory contains data as well as code, which is the usual von Neumann architecture.

            The program counter holds the address of the instruction to be executed next. Each instruction has a length of 1 byte - the highest 3 bits define the type of instruction and the lowest 5 bits define an optional operand which is always a memory address (xxxxx). For instructions that don't need an operand the lowest 5 bits have no meaning (-----). Here is a list of the machine instructions and their semantics:

            000xxxxx   STA x   store the value of the accu into memory byte x
            001xxxxx   LDA x   load the value of memory byte x into the accu
            010xxxxx   BEQ x   if the value of the accu is 0 load the value x into the pc
            011-----   NOP     no operation
            100-----   DEC     subtract 1 from the accu
            101-----   INC     add 1 to the accu
            110xxxxx   JMP x   load the value x into the pc
            111-----   HLT     terminate program

            In the beginning, program counter and accumulator are set to 0. After fetching an instruction but before its execution, the program counter is incremented. You can assume that programs will terminate.

            Input Specification

            The input file contains several test cases. Each test case specifies the contents of the memory prior to execution of the program. Byte 0 through 31 are given on separate lines in binary representation. A byte is denoted by its highest-to-lowest bits. Input is terminated by EOF.

            Output Specification

            For each test case, output on a line the value of the accumulator on termination in binary representation, again highest bits first.

            Sample Input

            00111110
                        10100000
                        01010000
                        11100000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00111111
                        10000000
                        00000010
                        11000010
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        00000000
                        11111111
                        10001001
                        

            Sample Output

            10000111
            很好的題,很容易錯。
            需要計算機組成原理的一點知識,沒學過也能做。
            指令譯碼,(將二進制轉化為十進制并從中獲得操作類型和立即數x)可以用位運算,
            指令執行 pc,accu,立即數x都可以用int表示且是全局變量,memory用數組表示。
            有很多注意的地方,
            pc不能超過32;不能小于0.
            accu不能超過256.不能小于0.
            自己都沒有注意到。
            pc,accu,
            posted on 2009-07-24 10:59 luis 閱讀(305) 評論(0)  編輯 收藏 引用 所屬分類: 粗心題
            <2009年7月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            常用鏈接

            留言簿(3)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            友情鏈接

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            九九久久精品无码专区| 亚洲午夜久久影院| 99久久精品国产一区二区| 亚洲精品tv久久久久久久久久| 欧美伊人久久大香线蕉综合69| 久久无码AV一区二区三区| 精品久久久久久无码中文字幕一区| 色欲综合久久中文字幕网| 91精品观看91久久久久久| 欧美麻豆久久久久久中文| 久久精品国产亚洲av水果派| 亚洲精品高清国产一久久| 精品国产乱码久久久久久呢| 亚洲午夜久久久精品影院| 国产色综合久久无码有码| 久久精品国产99久久香蕉| 久久av无码专区亚洲av桃花岛| 精品综合久久久久久97超人| 99久久99久久精品国产片果冻| 久久精品国产只有精品2020| 久久久高清免费视频| 亚洲一本综合久久| 久久精品国产99国产电影网| 伊人久久大香线焦AV综合影院 | 久久精品国产秦先生| 久久午夜免费视频| 久久中文精品无码中文字幕| 国产成人精品久久二区二区 | 久久w5ww成w人免费| 色偷偷88欧美精品久久久| 99久久亚洲综合精品网站| 久久久久久久人妻无码中文字幕爆 | 国产激情久久久久影院小草| 亚洲中文字幕无码久久2017| 亚洲精品第一综合99久久| 青青热久久国产久精品| 国内精品久久久久久久影视麻豆| 国产一级持黄大片99久久| 99久久99这里只有免费费精品| 久久精品国产第一区二区三区| 久久久久亚洲av无码专区导航|