Difference between revisions of "Talk:Contributing"
Line 24: | Line 24: | ||
---- | ---- | ||
Ick, I did goof that up... I fixed it. --[[User:AndyJ|AndyJ]] 15:57, 28 Mar 2005 (PST) | Ick, I did goof that up... I fixed it. --[[User:AndyJ|AndyJ]] 15:57, 28 Mar 2005 (PST) | ||
+ | |||
+ | ---- | ||
+ | Would it be a good idea to use this nomenclature when talking about the calculator's memory? | ||
+ | *"page" - 256 bytes of memory, usu. in the address range ??00..??FF. | ||
+ | *"(memory) slot" - A division of logical memory used for memory banks (the TI-83 has four slots). | ||
+ | *"(memory) bank" - An amount of physical memory that can be mapped in/out of logical memory through a memory slot. | ||
+ | |||
+ | There is also no standard for how code should be formatted. There are three articles in Z80 Routines, and all of them use a different assembler's syntax (bub_font: ZMASM, fastcopy: TASM, and itoa (arguably the finest of them all :-): WLA). | ||
+ | --[[User:Sigma|Sigma]] 14:30, 28 Apr 2005 (PDT) |
Revision as of 13:30, 28 April 2005
Should romcalls be put into only the most specific category, or should they appear in the parent category as well?--Dwedit 13:28, 28 Mar 2005 (PST)
They should be placed into both. We want a list of *all* bcalls/romcalls, but it's also nice to be able to browse by more specific type. So, for example, you would have something like this (pasted from the template) -
[[Category:83Plus:BCALLs:By Name|ProveTheRiemannHypothesis]]
and also
[[Category:83Plus:BCALLs:By Name|Utility|ProveTheRiemannHypothesis]]
And then a third category listing for the by address listing. --Dan Englender 14:22, 28 Mar 2005 (PST)
That'd be [[Category:83Plus:BCALLs:By Name:Utility|ProveTheRiemannHypothesis]]... *runs off to check the template*
--AndyJ 15:56, 28 Mar 2005 (PST)
Ick, I did goof that up... I fixed it. --AndyJ 15:57, 28 Mar 2005 (PST)
Would it be a good idea to use this nomenclature when talking about the calculator's memory?
- "page" - 256 bytes of memory, usu. in the address range ??00..??FF.
- "(memory) slot" - A division of logical memory used for memory banks (the TI-83 has four slots).
- "(memory) bank" - An amount of physical memory that can be mapped in/out of logical memory through a memory slot.
There is also no standard for how code should be formatted. There are three articles in Z80 Routines, and all of them use a different assembler's syntax (bub_font: ZMASM, fastcopy: TASM, and itoa (arguably the finest of them all :-): WLA). --Sigma 14:30, 28 Apr 2005 (PDT)