Nand2Tetris Questions and Answers Forum
›
Assembler
›
Project 6
Search
everywhere
only in this topic
Advanced Search
$$$$$$$$$$$$$$$$
Classic
List
Threaded
♦
♦
Locked
3 messages
Koen_Be3840
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
$$$$$$$$$$$$$$$$
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
Koen_Be3840
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: $$$$$$$$$$$$$$$$
Anyone?
Koen_Be3840
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: $$$$$$$$$$$$$$$$
Found it:
I used method:
>> string.matches(Symbol);
Now:
>> string.contentEquals(Symbol); is AOK!
Free forum by Nabble
Edit this page