From a95ae7068a35f8c7a65da48681eec334fa2c26d7 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 24 Sep 2019 23:48:46 -0400 Subject: draw instruction --- roms/a.ch8 | Bin 27 -> 0 bytes roms/breakout.ch8 | Bin 0 -> 232 bytes roms/e.asm | 22 ---------------------- roms/joe.ch8 | Bin 0 -> 49 bytes 4 files changed, 22 deletions(-) delete mode 100644 roms/a.ch8 create mode 100644 roms/breakout.ch8 delete mode 100644 roms/e.asm create mode 100644 roms/joe.ch8 (limited to 'roms') diff --git a/roms/a.ch8 b/roms/a.ch8 deleted file mode 100644 index f445d49..0000000 Binary files a/roms/a.ch8 and /dev/null differ diff --git a/roms/breakout.ch8 b/roms/breakout.ch8 new file mode 100644 index 0000000..70b50db Binary files /dev/null and b/roms/breakout.ch8 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 Binary files /dev/null and b/roms/joe.ch8 differ -- cgit v1.2.3-101-g0448