oziphantom

Results 58 comments of oziphantom

No. Automatic Promotion is the standard. For example in JAVA > I quote from Herbert Schildt : JAVA, The Complete Reference 8th Edition. > > Chapter 4 : Operators >...

So if you compare a byte to a word you want it to do this? ``` LDA #5 STA $2 LDA #1 STA $3 LDA #7 STA $4 LDA $4...

Ok. How do I teach Milfork how to swap banks? Is it possible to get another "listing" output that lists the source file lines and the memory addresses of code?...

I see hours of me going "why does this fail" and then eventually working out I'm calling "this function" which is not visible at the time of calling because it...

I tried Ctrl-K-C but I think because I have the millfork cx16 installed it doesn't work anymore. Maybe something needs to define what the comment char for 'millfork' is for...

desktop is part of the user directory so will have characters in it. they need to put it somewhere that is not a "windows directory" such a c:/ or d:/...

I don't see how having two and then the last one being loaded. You could die, then load, then end up in a good spot on the second one, then...

sure if playing the game "for the game" you don't want auto save. However when streaming. Streaming is a lot harder, in Fire Emblem we joke you only have 30%...

by main game he means run Tomb1Main with just the normal levels and data and not Sabatu's levels.