Ray Weiss

Results 9 comments of Ray Weiss

I tried downloading the 6502 JS Assembler, it would not recognize the Define instruction as used in the tutorials. On Wed, Nov 22, 2017 at 8:12 AM, BigEd wrote: >...

OK Cool thank you, yeah I was hoping that there was one of these I could download to practice assembly on my own, like building snake from scratch with the...

for example, trying to use the easy 6502 assembler downloaded from easy 6502 in the tutorial, they use (define) as a means of declaring constants/variables. Upon downloading the Assembler though,...

How would you use this technique in something like a constant? Lets say for example I wanted to set sysRandom = $fe (the RNG on the mock 6502) *=255 -...

Aghh that's unfortunate, was going to use this idea for costants related to collision, if there's a workaround, kindly let me know, thx! On Nov 27, 2017 13:33, "BigEd" wrote:...

oh and just for context, I'm trying to build snake/pong in the assembler without using the help of the tutorial, so i assume even if reformatted for the above hack,...

Yes that would be perfect, could you link me to the appropriate place to grab the easy 6502 engine? Tha k you so much On Nov 27, 2017 13:57, "BigEd"...

Oh wait I see what you mean, yeah that sounds good, please keep me posted as to when you add in define. Also curious, how do I reserve bytes for...

I've tried all these suggestions, for the life of me, I can't get this to work in sublime