$$$$$$$$$$$$$$$$

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

$$$$$$$$$$$$$$$$

Koen_Be3840
Why can't I find my labels (or symbols) in the symbolTable (of project 6), labels that contain "$" in the PONG assembly?
I replaced "$" by "S" in pong.asm and then it is working just fine.

I'm using Oracle JDeveloper 11g

Koen
Reply | Threaded
Open this post in threaded view
|

Re: $$$$$$$$$$$$$$$$

Koen_Be3840
Anyone?
Reply | Threaded
Open this post in threaded view
|

Re: $$$$$$$$$$$$$$$$

Koen_Be3840
Found it:

I used method:

>>   string.matches(Symbol);

Now:

>>  string.contentEquals(Symbol); is AOK!