Safiire
|
1de5b9c8ad
|
Let's change the name of nes.sprite to nes.oam, since it really points to Object Attribute Memory
|
2015-03-22 16:04:30 -07:00 |
|
Safiire
|
ee643af3ef
|
Binary literals are now working
|
2015-03-22 15:52:13 -07:00 |
|
Safiire
|
2d0495fc83
|
Updated the source in the examples to be somewhat more clear
|
2015-03-22 10:53:45 -07:00 |
|
Safiire
|
a48d10474e
|
Fixed an issue with referencing outer scoped symbols
|
2015-03-22 00:55:14 -07:00 |
|
Safiire
|
e54e5b17fb
|
Still messing with the symbol names in neslib
|
2015-03-15 03:47:48 -07:00 |
|
Safiire
|
e5ef0fac5f
|
Updated my nes symbol library, register names, fixed a problem with hex numbers
|
2015-03-14 05:01:27 -07:00 |
|
Safiire
|
5579919db5
|
Minor correction to comment
|
2015-03-13 13:14:41 -07:00 |
|
Safiire
|
ca8ebf7b9d
|
Removed a mistake in the demo.asm
|
2015-03-12 18:12:45 -07:00 |
|
Safiire
|
6d3401b2a5
|
Added .inc directive, and created a NES symbols include file
|
2015-03-12 11:46:59 -07:00 |
|
Safiire
|
0c6c8ab80e
|
Added zp suffix to explicitly force zero page instructions when using symbols
|
2015-03-12 08:54:59 -07:00 |
|
Safiire
|
8e788a19d1
|
We can now create C like structs using .scope and .space, however, when we load zero page values from the symbol table, they create absolute addressed instructions, so that needs to be fixed
|
2015-03-05 21:55:13 -08:00 |
|
Safiire
|
4a7445c236
|
Organizing some of the files
|
2015-03-05 17:26:29 -08:00 |
|