LoginSignup
0
0

More than 1 year has passed since last update.

インタープリタを作る その18

Posted at

概要

インタープリタを作ってみた。
avrインタープリター書いてみた。
avr studio4で、動作を確認した。

投入したソース

    ldi r16, 0x00
    ldi r31, 0x30
    inc r16
    inc r31
    cpi r16, 0x09
    brne    PC - 3


写真

無題.jpg

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0