From d7449e4bdf5a0a694f021b376ea7d32af49e8be1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 Oct 2014 11:36:08 -0400 Subject: fix formatting --- posts/writing-an-nes-game-part-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posts/writing-an-nes-game-part-1.md b/posts/writing-an-nes-game-part-1.md index 57ab227..328a6e2 100644 --- a/posts/writing-an-nes-game-part-1.md +++ b/posts/writing-an-nes-game-part-1.md @@ -149,10 +149,12 @@ this code, follow these steps: data file (which will be included in the output) * Run `wla-6502 -o test.s` to generate an object file called `test.o` * Create a file named `linkfile` which is used by the linker, with the contents + ``` [objects] test.o ``` + * Run `wlalink linkfile test.rom` to create the actual ROM This ROM is not yet in the format required to be run by most NES emulators. To -- cgit v1.2.3-54-g00ecf