Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
21 May, 2013, 12:55:54 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  home news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

  Show Posts
Pages: 1 ... 3 4 [5] 6 7 ... 18
61  Calculator Community / The Axe Parser Project / Re: Features Wishlist on: 24 January, 2012, 00:29:02
the Pt-On() with the inline data works because whenever you use a data command (such as "", [], or Data() ), the command returns a pointer. The Pt-On() command's third argument accepts a pointer, so that is why it works.  However, when you say A+[XXXX]->A, all youre doing is adding the pointer to the data to A. You could do this: {[06A9]+1}->A, which would store $A9 to A.
62  Calculator Community / WabbitStudio Software Suite / Re: Wabbitemu on Android on: 24 January, 2012, 00:22:01
How possible is an iOS build of this?
63  Calculator Community / The Axe Parser Project / Re: Bug Reports on: 20 January, 2012, 18:18:02
And that's reading from flash ROM, not RAM.
64  Calculator Community / TI Z80 Calculator Projects / Re: Zombie Gun on: 20 January, 2012, 18:14:36
Maybe you could add the houses to the background, so that whenever the guy goes in front of a house and presses up he goes in and loots the house, just like in the original Zombieville USA.
65  Calculator Community / TI Z80 Calculator Projects / Re: YAZP (Yet Another Zedd Platformer) on: 18 January, 2012, 17:58:08
I think that adding platforms should be quicker, but i otherwise really like the concept of what you've done here.
66  Calculator Community / Axe Language / Re: Axe Q&A on: 14 January, 2012, 02:21:13
 I must have had too much radiation for breakfast...

I understand it sort of now that youve explained it, but i must say that im shocked that you can come up with code like this.
67  Calculator Community / Axe Language / Re: Axe Q&A on: 13 January, 2012, 23:47:09
Super fast and completely obfuscated. Classic Runer-optimizedTM unreadable axe code.
68  Calculator Community / Axe Language / Re: consistant framerates? on: 13 January, 2012, 17:02:19
You could use the DS<( command for this.
69  Calculator Community / TI Z80 Calculator Projects / Re: zStart - an app that runs on ram clears on: 13 January, 2012, 01:17:35
Bug: On the catalog, when I try to assign the token "prgm" as a shortcut, it assigns the token "PlotStart" instead, which is strange, because that cant even be found in the catalog.
70  Calculator Community / Axe Language / Re: Help with tilemap collision? on: 13 January, 2012, 01:13:41
In my programs where I want to edit my maps, I first copy the maps to L1 or some other free ram area during level loading. I usually have three map functions:


1
2
3
4
DrawMap(mapPtr, tilePics)
GetTile(mapPtr, x, y) .x and y are actual screen coords. Function just divides each by 8 to get the tile that contains the point specified.
SetTile(mapPtr, row, col, value)

Then you can access and modify your map very easily.
71  Calculator Community / ASM Language / Re: about hooks.. on: 13 January, 2012, 01:07:01
You already said it Tongue and it works Grin
Woops, didnt realize that i already posted it. Thought that it didnt submit correctly. I deleted the first message.
72  Calculator Community / ASM Language / Re: about hooks.. on: 12 January, 2012, 22:47:29
Up !

I found this and now I use it, so thank you thepenguin77 Grin

TiAddict : to use hooks with Mimas, you must use the length and the hex codes of the ascii catacteres instead of the length and the string.


1
2
3
4
5
cscText:
.db 4,$63,$73,$63,$28
; instead of
.db 4,"csc("

And I've a question : with your code thepenguin77, how do you define several hooks in one file ?

Couldnt you do this?


1
2
.db 4,'c','s','c','('

IIRC, mimas converts characters in single quotes to their ascii values, so this would work: ld a,'q'
73  Calculator Community / The Axe Parser Project / Re: Features Wishlist on: 12 January, 2012, 21:26:05
Token<->string conversion would be nice.
74  Calculator Community / The Axe Parser Project / Re: Bug Reports on: 12 January, 2012, 21:21:34
when using files, the Y# has to be at the beginning of the statement.

opps your right...  i use copy.

Copy(Y1+(B*3), L1 , 10) would fail, where
Copy(B*3+Y1, L1 , 10) would work.

You did the opposite of what you said...
75  Calculator Community / TI Z80 Calculator Projects / Re: OPIA - A full OOP language for z80 on: 10 January, 2012, 00:29:43
I believe that those do not need have their respective types declared because prime and nextPrime are instances of cofunctions, due to the new statement.
Pages: 1 ... 3 4 [5] 6 7 ... 18
Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.284 seconds with 27 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.