summaryrefslogtreecommitdiff
path: root/roms
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-09-24 23:48:46 -0400
committerAndrew Opalach <andrew@akon.city> 2019-09-24 23:48:46 -0400
commita95ae7068a35f8c7a65da48681eec334fa2c26d7 (patch)
treeba56f19b1a000edffa55cf2ae1576c243e678272 /roms
parent2aace3fc7302e8e09dfc2a7f54576c340d054a1c (diff)
downloadchip8-a95ae7068a35f8c7a65da48681eec334fa2c26d7.tar.gz
chip8-a95ae7068a35f8c7a65da48681eec334fa2c26d7.tar.bz2
chip8-a95ae7068a35f8c7a65da48681eec334fa2c26d7.zip
draw instruction
Diffstat (limited to 'roms')
-rw-r--r--roms/a.ch8bin27 -> 0 bytes
-rw-r--r--roms/breakout.ch8bin0 -> 232 bytes
-rw-r--r--roms/e.asm22
-rw-r--r--roms/joe.ch8bin0 -> 49 bytes
4 files changed, 0 insertions, 22 deletions
diff --git a/roms/a.ch8 b/roms/a.ch8
deleted file mode 100644
index f445d49..0000000
--- a/roms/a.ch8
+++ /dev/null
Binary files differ
diff --git a/roms/breakout.ch8 b/roms/breakout.ch8
new file mode 100644
index 0000000..70b50db
--- /dev/null
+++ b/roms/breakout.ch8
Binary files differ
diff --git a/roms/e.asm b/roms/e.asm
deleted file mode 100644
index 2dd3761..0000000
--- a/roms/e.asm
+++ /dev/null
@@ -1,22 +0,0 @@
-CLS
-
-LD V0, 0
-LD V1, 0
-LD V2, 0
-
-loop:
-
-LD F, V0
-LD I, esprite
-DRW V1, V2, 5
-ADD V1, 5
-ADD V2, 6
-
-JP loop
-
-esprite:
-db %11110000,
- %10000000,
- %11110000,
- %10000000,
- %11110000,
diff --git a/roms/joe.ch8 b/roms/joe.ch8
new file mode 100644
index 0000000..a8f155f
--- /dev/null
+++ b/roms/joe.ch8
Binary files differ