diff --git a/README.md b/README.md index 59e8426..f488aa4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ An NES assembler for the 6502 microprocessor written in Ruby I have used this to compile some code for the NES, and it ran correctly on FCEUX, got it to make some sounds, load tiles, sprites, and scrolling. + ![Scrolling NES Demo](assembler_demo.png) + Some Todos: - I may make this into a Rubygem - Maybe I can put some better error messages. diff --git a/assembler_demo.png b/assembler_demo.png new file mode 100644 index 0000000..bde0764 Binary files /dev/null and b/assembler_demo.png differ