LoginSignup
0
0

More than 5 years have passed since last update.

jsdoでchip8 その8

Last updated at Posted at 2018-11-30

概要

jsdoでchip8やってみた。
アセンブラ練習問題、解いてみた。
お題は、0から9まで表示。

解答例

start  load  v0  6
  load  v1  0
  load  v2  0
  load  v3  5
  load  I  0
loop  disp  v0  v1  5
  scroll
  add  I  v3
  add  v2  1
  eq  v2  10
  goto  loop
  goto  start

成果物

以上。

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