Author Topic: ASMComp  (Read 6363 times)

0 Members and 1 Guest are viewing this topic.

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: ASMComp
« Reply #15 on: December 29, 2011, 02:13:33 am »
It looks really nice, but the hex kinda scares me.  D:
ld a, 0
ld a, a

Offline Aes_Sedia5

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
  • Weaver Of Dreams
    • View Profile
Re: ASMComp
« Reply #16 on: December 29, 2011, 04:14:15 am »
I would use this quite often if it can do what i think it does. Combine many opcodes and branch using ANS to decide what bit to run, i need this!



Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: ASMComp
« Reply #17 on: December 29, 2011, 05:02:27 am »
This is awesome. Seriously. Keep it up. When I started ASM, I started with hex (which was really stupid of me, so I was very confused and had lots of ram clears at first) And this is actually just about what my syntax looked like as I was coding until I counted bytes for relative jumps, etc, which this does for you (yay) so I can see myself using this for sure!
There's something about Tuesday...


Pushpins 'n' stuff...


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: ASMComp
« Reply #18 on: December 29, 2011, 08:57:17 am »
@Aes_Sedia5: I am not sure if it does that... (I am not sure, really)

One thing that I have been very strongly thinking of is including aspects of a programming language. So for example, you could have variables that you could store to and If conditionals to decide which pieces of code from the source get used and whatnot. I have been really toying with the idea of creating a version of this for Grammer using the AsmComp( token since Grammer already has a full parser that I could hook into.

Offline the_mad_joob

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 346
  • Rating: +47/-0
    • View Profile
Re: ASMComp
« Reply #19 on: December 29, 2011, 05:13:59 pm »
Like the way it looks =]

Offline Aes_Sedia5

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 13
  • Rating: +0/-0
  • Weaver Of Dreams
    • View Profile
Re: ASMComp
« Reply #20 on: December 30, 2011, 04:34:13 am »
It would be nice if that worked xeda. Either way it looks cool