Author Topic: Mosaic  (Read 16266 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: Mosaic
« Reply #60 on: June 19, 2010, 03:36:41 pm »
It will have support for labels, yes.  I don't quite understand what you are talking about there, though.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Mosaic
« Reply #61 on: June 19, 2010, 03:37:32 pm »
Did you look at the AXE parser code at all? It could help, maybe.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Mosaic
« Reply #62 on: June 19, 2010, 04:24:10 pm »
It will have support for labels, yes.  I don't quite understand what you are talking about there, though.
If you're going with SPASM syntax, it should support local labels, using "_" as the label.

"jr _" or "jr +_" will jump forward to the next local label, "jr ++_" will jump forward two local labels, etc.
"jr -_" will jump back to the previous local label, "jr --_" will jump back two, etc.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Mosaic
« Reply #63 on: June 19, 2010, 04:49:01 pm »
You can't even type an underscore on the calculator, nor a dollar sign very easily.  I'm curious how you're going to support that.  I saw you were designing a DCS editor for it, but can that support the extra ascii characters?

I doubt you'll need to look at the Axe Parser source becasue the global labels are fairly easy to implement and I don't use local labels.  But if you need something in particular, I can always share some source with you.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Mosaic
« Reply #64 on: June 19, 2010, 05:02:24 pm »
I think he's writing a custom editor, so he will most likely allow the usage of special characters in an easier and faster way (at least the most used ones)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Mosaic
« Reply #65 on: June 19, 2010, 05:10:55 pm »
^

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Mosaic
« Reply #66 on: June 21, 2010, 03:31:23 pm »
Would these help?
[Alpha] [Mode]
[Alpha] [Del]
[Alpha] [XTthetaN]
[Alpha] [Stat]

Anyway, it's nice to see more progress! ;D

SirCmpwn

  • Guest
Re: Mosaic
« Reply #67 on: June 21, 2010, 03:33:40 pm »
I'm still finishing up the assembler, so I'll take a look at the GUI when I'm done.  [Alpha]+_____ is already proposed.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Mosaic
« Reply #68 on: July 23, 2010, 09:48:30 am »
I am hoping to see assembling a small practical program. ;D
Hobbing in calculator projects.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Mosaic
« Reply #69 on: July 23, 2010, 11:25:13 am »
Will Alpha and 2nd act like Shift on a computer or like on the TI-OS?
How many shifting combinations will there be? Shift, Alpha, and Normal, or also Shift-Alpha?
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

SirCmpwn

  • Guest
Re: Mosaic
« Reply #70 on: July 25, 2010, 02:35:37 pm »
I haven't done too much with the GUI yet, and that has yet to be determined.  I will let you guys know as soon as I have something to go off of.
As for assembling a simple program, I will show that soon.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Mosaic
« Reply #71 on: August 20, 2010, 08:37:27 am »
Coolio SirCmpwn, I cant wait ;D

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Mosaic
« Reply #72 on: August 20, 2010, 09:38:19 am »
I agree.  This is a project that I'm looking forward to immensely.  I can't wait to use it! ;D

SirCmpwn

  • Guest
Re: Mosaic
« Reply #73 on: November 26, 2010, 01:33:55 am »
I'm afraid I am discontinuing Mosaic.  I no longer have the motivation to work on it, and I suggest that you use Mimas as an alternative.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Mosaic
« Reply #74 on: November 26, 2010, 02:01:48 am »
I was sad to hear when you told me, since it was a promising project, especially the multiple syntax support and some other features. I could understand, though, since Mimas kinda took the community by surprise and came out earlier. You still did a good job on this. Are you planning to release the source if there are routines that might be useful?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)