Difference between revisions of "Category talk:Z80 Routines"
(→Contribute) |
(→Contribute) |
||
Line 10: | Line 10: | ||
* DispHL (done) | * DispHL (done) | ||
* DispA (done) | * DispA (done) | ||
− | * getpixel | + | * getpixel (done) |
* plot 8x8 sprites | * plot 8x8 sprites | ||
* plot 16*16 sprites | * plot 16*16 sprites | ||
Line 16: | Line 16: | ||
* flip horizontally a byte (calcmaniac84 optimized version) (done) | * flip horizontally a byte (calcmaniac84 optimized version) (done) | ||
* apps safe puts | * apps safe puts | ||
− | * math: multiplications, divisions | + | * math: multiplications, divisions (done) |
* a to BC signed | * a to BC signed | ||
* linking routines | * linking routines | ||
Line 34: | Line 34: | ||
Took care of most multiplication/division routines [[User:Fullmetalcoder|Fullmetalcoder]] 16:47, 5 November 2009 (UTC) | Took care of most multiplication/division routines [[User:Fullmetalcoder|Fullmetalcoder]] 16:47, 5 November 2009 (UTC) | ||
+ | Filled in the getPixel page as well. [[User:Fullmetalcoder|Fullmetalcoder]] 16:59, 5 November 2009 (UTC) |
Revision as of 08:59, 5 November 2009
Something's wrong with the redirect here, it's not showing the subcategories! --Dwedit 10:31, 28 Mar 2005 (PST)
Fixed. There's a mediawiki issue with redirects to categories apparently. So the links now go directly to the category pages. --Dan Englender 10:46, 28 Mar 2005 (PST)
Contribute
It is predicted by me:
- NewLine
- HomeUp
- DispHL (done)
- DispA (done)
- getpixel (done)
- plot 8x8 sprites
- plot 16*16 sprites
- tilemappers of jim_e and dwedit
- flip horizontally a byte (calcmaniac84 optimized version) (done)
- apps safe puts
- math: multiplications, divisions (done)
- a to BC signed
- linking routines
- decompression routines (and compression of course)
- handle appsvars
- archive/unarchive safely vars (programs, appsvars, etc.)
- GetCSC (it was done)
- Others I don't remember or I am digging from forums
And I will add compatible routines with TI-85/86, TI-83 regular and all others I can
I will normalize the categories "Routines" and "Z80 Routines" to a single one: "Z80 Routines" because there is the remote possibility of 68k/C routines. EDIT: done. Sorry if someone on Internet directed to those pages. :( I only realized after it was done. Galandros 19:57, 25 October 2009 (UTC)
EDIT2: Why not open a part to spasm macros, too? Where exactly? Galandros 19:57, 25 October 2009 (UTC) EDITs: added more things to come Galandros 22:11, 26 October 2009 (UTC)
Took care of most multiplication/division routines Fullmetalcoder 16:47, 5 November 2009 (UTC) Filled in the getPixel page as well. Fullmetalcoder 16:59, 5 November 2009 (UTC)