Author Topic: Grammer  (Read 97442 times)

0 Members and 1 Guest are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer
« Reply #120 on: October 11, 2011, 08:27:29 am »
Then it shouldn't give you a problem ???
Try redownloading grammer.
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer
« Reply #121 on: October 11, 2011, 08:28:05 am »
OK, i'll do
EDIT: Or do I have to execute grammer once before I can execute that code?
« Last Edit: October 11, 2011, 08:28:50 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer
« Reply #122 on: October 11, 2011, 08:33:02 am »
No you don't. Grammer is a asm library, just like old version of xlib.
« Last Edit: October 11, 2011, 08:33:08 am by yeongJIN_COOL »
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer
« Reply #123 on: October 11, 2011, 08:58:32 am »
Is Grammer compatible with DoorsCS?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer
« Reply #124 on: October 11, 2011, 09:00:14 am »
I have DSC7 myself, and I don't think grammer has nothing to do with DCS7.(BTW, Grammer should run fine even with DCS7)
EDIT: Wait. Hold on! Did you run the prgmGRAMMER after you made a program?
« Last Edit: October 11, 2011, 09:00:41 am by yeongJIN_COOL »
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer
« Reply #125 on: October 11, 2011, 09:01:18 am »
Ok, resending grammer worked, thanks a lot! :)
EDIT: Is there a possibility to let grammer in rom and still execute grammer programs??
« Last Edit: October 11, 2011, 09:02:29 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer
« Reply #126 on: October 11, 2011, 09:02:35 am »
you're welcome XD
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer
« Reply #127 on: October 11, 2011, 09:38:23 am »
EDIT: Is there a possibility to let grammer in rom and still execute grammer programs??
I plan to make it an APP sometime in the future, so that might be helpful :) I will try to gradually modify Grammer until it will work as an APP, too.

Also, that problem with having to resend Grammer is weird... it must have been a TI-Connect error, I guess.

EDIT: I wonder how I should go about adding array support...

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Grammer
« Reply #128 on: October 11, 2011, 09:47:06 am »
Any programming w/o arrays is not a complete one. I'm not kidding, and I also don't want to push you, but really, you should add them in the complete version else no one is gonna use it.
edit: lol, every1 on this page is online now (15:45 GMT+1)
« Last Edit: October 11, 2011, 09:47:48 am by aeTIos »
I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer
« Reply #129 on: October 11, 2011, 10:11:49 am »
I don't think there is such a thing as a "complete" programming language, but I do agree that it is needed :) Currently, the user can access memory (reading and writing bytes 8- or 16-bits at a time) so in a way that can be used for array support. I don't believe I documented this in the Commands.pdf file (because this is a way to actually cause a crash if used incorrectly), but I will show how, here:


(x reads a byte at address x. For example, (Lbl "HELLO should return the first byte after .HELLO
{x reads a 16-bit value (little endian) at address x
int(x,a writes a byte (a) to address x
iPart(x,a writes a word (a) to an address (x)


Does this help?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Grammer
« Reply #130 on: October 11, 2011, 10:55:06 am »
EDIT: Is there a possibility to let grammer in rom and still execute grammer programs??
I plan to make it an APP sometime in the future, so that might be helpful :) I will try to gradually modify Grammer until it will work as an APP, too.

Also, that problem with having to resend Grammer is weird... it must have been a TI-Connect error, I guess.

EDIT: I wonder how I should go about adding array support...
I don't know. I use Tilp. Well, the first try that didn't work was the one I dowloaded from the most recent upload in this thread, the second time it was the one from ticalc.org. Well, but maybe it was my calc, it was acting a bit wiered just minuets ago, like executing games just in half the screen etc. :S But it works now. :)

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer
« Reply #131 on: October 11, 2011, 08:10:39 pm »
Hmm, well that is odd. I checked the most recent download here and it works for me. I am not sure what went wrong, then :/

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer
« Reply #132 on: October 11, 2011, 08:11:39 pm »
Probably DSC7 caused it.
DCS7 sometimes causes some problem in my calc too.
Sig wipe!

Offline Xeda112358

  • they/them
  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer
« Reply #133 on: October 11, 2011, 08:16:03 pm »
Maybe, but I don't see why. I just tried running a Grammer program from DCS7 and it worked and then I tried running a program with DCS7 active, but from the homescreen and it worked. I don't know what is causing the problem :/

Offline awalden0808

  • LV3 Member (Next: 100)
  • ***
  • Posts: 55
  • Rating: +6/-0
  • Cool shades, wears Waldo.
    • View Profile
Re: Grammer
« Reply #134 on: October 11, 2011, 08:36:55 pm »
I use Doors CS 7 and Grammer was working fine.
I'll apologize tomorrow for a bad mood today.

Spoiler For Spoiler:
My Qualifications:

I did a thing once.
I am known for my ability to focus intently on things that distract me from my actual work.
To me, the letter a stands for absolute. B stands for bemusement. C stands for circumlocution, and D stands for decoupage.
If I were president, I would give everyone Xboxes, computers, and national healthcare.
I am also known for my ability to write more than I actually need to write. Unless of course it is necessary that I write a lot. Then I write a little bit.