Difference between revisions of "Talk:Contributing"

From WikiTI
Jump to: navigation, search
Line 33: Line 33:
 
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).
 
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)
 
--[[User:Sigma|Sigma]] 14:30, 28 Apr 2005 (PDT)
 +
 +
:"Page" is already in common use for a 16KB section of RAM or flash that can be paged in, so we shouldn't change that. Af far as formatting: oh well. All of us use different assemblers, and we just need to live with it, I think. --[[User:JasonM|JasonM]] 15:56, 28 Apr 2005 (PDT)

Revision as of 15:56, 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)

"Page" is already in common use for a 16KB section of RAM or flash that can be paged in, so we shouldn't change that. Af far as formatting: oh well. All of us use different assemblers, and we just need to live with it, I think. --JasonM 15:56, 28 Apr 2005 (PDT)