Difference between revisions of "Category:Z80 Routines"
From WikiTI
(added bit on how to fixed width code) |
|||
Line 1: | Line 1: | ||
[[Category:Calculator Documentation|General z80 Calculator Routines]] | [[Category:Calculator Documentation|General z80 Calculator Routines]] | ||
This Category contains routines that can be used on many z80-based calculators. Please consult each example for which calculators they apply to. | This Category contains routines that can be used on many z80-based calculators. Please consult each example for which calculators they apply to. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | When you paste code, there is a simple step you can do to format the code properly. Start the first line of code with <nowiki>, and put a space infront of the <. On the last line of your code, end it with </nowiki>. This allows for code to be formatted like this (click edit on this page to see how it's done): | ||
+ | |||
+ | <nowiki>cp 10 | ||
+ | ccf | ||
+ | adc a, 30h | ||
+ | daa</nowiki> |
Revision as of 20:42, 27 March 2005
This Category contains routines that can be used on many z80-based calculators. Please consult each example for which calculators they apply to.
When you paste code, there is a simple step you can do to format the code properly. Start the first line of code with <nowiki>, and put a space infront of the <. On the last line of your code, end it with </nowiki>. This allows for code to be formatted like this (click edit on this page to see how it's done):
cp 10 ccf adc a, 30h daa
Subcategories
This category has the following 10 subcategories, out of 10 total.
Pages in category "Z80 Routines"
The following 30 pages are in this category, out of 30 total.
ABCD |
D cont.FGILM |
PRS |