Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 70 71 [72] 73 74 ... 424
1066
Grammer / Re: Grammer
« on: June 18, 2011, 10:39:17 am »
Quote
...Also, I am throwing David a bone here... I have designed a sprite routine that can draw sprites to pixel coordinates (not just every  and can be multiples of 8 pixels wide 

Oh great! Awesomeness, BatLib is now even more awesome.

Also Grammer is looking pretty cool :)

1067
BatLib / Re: BatLib
« on: June 18, 2011, 09:56:39 am »
Okay, so I guess the previous post can be pretty much ignored now... I am in the process of converting BatLib to mnemonics so that I can incorporate some of my latest project ideas (line reading/writing/deleting, a safer programming language than ReCode, et cetera), but I do not know how to get Brass to compile my code as an app. It says that the first page must be 16KB and I think the issure is that I change .org to 9872h for code that is executed at appbackupscreen. Sorry for the runon sentence, but help would be appreciated...

Are you using the DCS SDK? You need binpak8x to get 8XP or 8XK files.

1068
Humour and Jokes / Re: Successful GCC troll is Successful
« on: June 18, 2011, 09:55:07 am »
So is this the compiled code of GCC of ROL in ASCII? Wow, that can't be a coincidence.

1069
How about a JVM for TI-OS?
especially because Z80 is very slow and even C is quite slow for Z80.

Using SDCC, I'm getting pretty fast output code for TaNF ;) however, Java would be a bit out of the question I guess.  Someone porting Ada95 or *ug* C++ to z80 calcs would be cool though.

SDCC on Z80 is quite slow, much slower than Axe

1070
Axe / Re: Load level
« on: June 18, 2011, 07:50:49 am »
It's because you put 3 instead of 03 ;) since you're working with bytes with that form of data insertion, you should use 2 digit hex pairs, one for the high nib and one for the low.  Here is a working piece of data that is your version, but fixed:

Code: [Select]
[030303030303030303030303
030000000000000000000003
030000000000000000000003
030000000000000000000003
030000000000000000000003
030000000000000000000003
030000000000000000000003
030303030303030303030303] -> GDB1

Thanks Ashbad. I had told him that in IRC but he didn't seem to even give it a try. Now that you posted, I think he will listen to your explanation :)

1071
Axe / Re: Routines
« on: June 18, 2011, 07:44:18 am »
He is a routine that Mighty Moose and me made, it allows you to copy data from flash to ram (it uses flashtoram):

Code: [Select]
Getcalc(<your var in flash>,Yx)
{°Yx}r->H
{°Yx+2}->A
<Number of bytes to copy>->B
<Your pointer in RAM>->D
Asm(2AC489ED5BBC893AB689ED4BB889EF1750)

Nice, I don't really understand how it works, but nice :D

1072
Minecraft Discussion / Re: Omnimaga minecraft server
« on: June 18, 2011, 06:35:36 am »
hmm, I havent bought it...
So I have to play at a server with online-mode = false.
I know that that's wrong, and I agree, but I have no way to pay for it...

Minecraft Classic is free and it even has multi-player.

I highly recommend you to buy it as online-mode=false is not so cool.

1073
Minecraft Discussion / Re: Omnimaga minecraft server
« on: June 18, 2011, 06:18:40 am »
I don't know...

Juju? I want to play!!! lol

If he wants to host it, we would have answered that question!!

http://minecraft.julosoft.net/

1074
OmnomIRC Development / OmnomIRC on Chromium
« on: June 18, 2011, 06:06:45 am »
I am using 12.0.742.91 (87961) Built on Ubuntu 10.10, running on Linux Mint 10, 64 bit, and I can't use OmnomIRC.

In fact, I can type and send messages, but I can't see the chat, below is a screenshot:


1075
News / Re: Axe Parser wiki opens its doors
« on: June 18, 2011, 05:54:57 am »
Great! What about changing Quigibo to Kevin Horowitz, as it is the name he uses in Axe? Probably we have to ask him :)

Either way, looking neat!

1076
TI Z80 / Re: Axe parser game
« on: June 17, 2011, 07:49:09 pm »
This is a wonderful game, very nice job!

1077
So you want to make a java compiler that compiles to z80 machine code?
That WOULD be very cool I dought that is possible though

EDIT woah Scout posted .25 of a second before me!

Yap I ninja'd, what fb39ca4 suggested is impossible, unlike what I said, it's possible but highly unlikely to be done.

1078
Other / Re: Windows 8
« on: June 17, 2011, 07:37:04 pm »
This. Is. A. TABLET. OS. created. FOR. Tablets.

So the tablet side is now more important to them than PCs? O.O Or was this meant to be an OS for tablets only?

Deep Though and Snake X, I posted a video that answers your questions.

You can find it here.

What happens is this is an OS that works for both tablets and PCs. Got it? It's quite simple to understand.

I highly think though that they'll release different builds to avoid a huge size OS.

1079
So you want to make a java compiler that compiles to z80 machine code?

I think it has to compile to Java Bytecode obligatory. What needs to be made is a Java Bytecode Interpreter (In fact, JITs) made in Z80 ASM.

Remember that java is compiled to java bytecode and ran with interpreters.

1080
tiDE / Re: tiDE
« on: June 17, 2011, 07:31:43 pm »
That's really cool SirCmpwn, both of the updates :D

Pages: 1 ... 70 71 [72] 73 74 ... 424