Author Topic: Grammer Q&A  (Read 50873 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Q&A
« Reply #90 on: April 07, 2012, 01:04:10 pm »
That is weird, do you have a screenie and some code?
I tried to recreate it but it doesn't seem to be happening anymore. I'll keep working with it and if the problem comes up again I'll take a GIF of it.

Btw, I should make a game called Zello. It looks REALLY nice in Doors with that font. I don't know what kind of game it would be, but it just looks so good...
Ah, okay then :) Also, which font?
EDIT:
Ok, I probably am to lazy to search it, but what's the best Grammer tutorial?
Also, TBO_Yeong is now working on a new, better tutorial :) It can be found here: http://ourl.ca/15753

Offline persalteas

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 231
  • Rating: +44/-4
  • z80 poweeer
    • View Profile
    • Tout-82
Re: Grammer Q&A
« Reply #91 on: May 06, 2012, 03:20:19 am »
Yes I have a question :)  (sorry, I just found this topic, all my other questions were asked in other topics)

You said pointers can be numbers between 0 and 65535.
So, it would mean that we can store 65536 bytes of data in a 83+ Ram...

But I thought 83+ calc only have 32 Ko of RAM... where are the 33 other Kos ?



Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Grammer Q&A
« Reply #92 on: May 06, 2012, 05:43:44 am »
Don't know if you read this so I give you the link :)
There is nothing wrong with asking questions here of course but you'd better send her an email too and don't expect an answer within the day :)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline persalteas

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 231
  • Rating: +44/-4
  • z80 poweeer
    • View Profile
    • Tout-82
Re: Grammer Q&A
« Reply #93 on: May 06, 2012, 08:20:07 am »
eh, thanks, Hayleia...

But...

Quote
The topic or board you are looking for appears to be either missing or off limits to you.

:/

What is the problem ?


Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Grammer Q&A
« Reply #94 on: May 06, 2012, 09:25:11 am »
eh, thanks, Hayleia...

But...

Quote
The topic or board you are looking for appears to be either missing or off limits to you.

:/

What is the problem ?
According to Art of Camelot, you need 100 posts to see this topic. To sum up, Xeda has a very limited access to internet for now.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline persalteas

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 231
  • Rating: +44/-4
  • z80 poweeer
    • View Profile
    • Tout-82
Re: Grammer Q&A
« Reply #95 on: May 06, 2012, 02:43:04 pm »
This question is not only for Xeda....

An Axe programmer could answer, it's the same problem...

Quote
pointers can be numbers between 0 and 65535.
So, it would mean that we can store 65536 bytes of data in a 83+ Ram...

But I thought 83+ calc only have 32 Ko of RAM... where are the 33 other Kos ?


Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Grammer Q&A
« Reply #96 on: May 09, 2012, 09:47:10 pm »
Question:

This code won't work properly.

Code: [Select]
Send(760,"VBuf3→Y
Send(768,"VBuf→Z
"GPic1→A
Unarchive A
solve(1,A,Y,760
Archive A
Disp 'Z

solve(1,Y,Z,760
DispGraph

It kinda doesn't work. The screen looks kinda shifted.
What did I do wrong here?
Sig wipe!

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Grammer Q&A
« Reply #97 on: May 22, 2012, 02:12:31 pm »
pointers can be numbers between 0 and 65535.
So, it would mean that we can store 65536 bytes of data in a 83+ Ram...

But I thought 83+ calc only have 32 Ko of RAM... where are the 33 other Kos ?
There are 65536 bytes of memory, but the first 32768 are Flash pages and the last 32768 are RAM :)

@Yeong: I cannot see the problem off the bat, yet. I will see if I can figure it out.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Grammer Q&A
« Reply #98 on: June 27, 2012, 11:57:48 am »
But, there are more than 32768 bytes of Archive ! O.O

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: Grammer Q&A
« Reply #99 on: June 27, 2012, 12:04:37 pm »
You have to switch between flash pages in order to access different parts of the archive.
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの