0 Members and 8 Guests are viewing this topic.
Quote from: calc84maniac on October 15, 2010, 07:36:31 pmAha, I've been wanting this feature for a while, but I thought it might be too much trouble. It would help for interfacing with Asm(), I'm sure Agreed. Perhaps use another token to represent bc, "!" perhaps? It wouldn't be as optimized, because you have to use "ld b,h \ ld c,l" rather than "ex de,hl", but it would definitely help in interfacing with assembly and using bcalls. (Also, any possibility of using a?)When you make these things official, commands will start having to have a "destroyed" field in the documentation
Aha, I've been wanting this feature for a while, but I thought it might be too much trouble. It would help for interfacing with Asm(), I'm sure
A xor B->A xor B->B xor A->A
A-B->A+B->B-A->A
"appvblah"->Str1GetCalc(Str1)->A{A+100}
"appvblah"->Str1GetCalc(Str1,Y1){Y1+100}
3->{L1}->{L1+1}->{L1+2}
3->{L1}Fill(L1,3)