Difference between revisions of "Routines"

From WikiTI
Redirect page
Jump to: navigation, search
(Different instructions on formatting code. not only is this easier to do, but we can instruct them without giving sed commands. :-))
(made a redirected)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the index of the different routines pages of this wiki.
+
#REDIRECT [[:Category:Z80 Routines]]
 
+
----
+
 
+
* [[Routines:Graphic|Graphic Routines]]
+
* [[Routines:Sound|Sound Routines]]
+
* [[Routines:Input|Input Routines]]
+
* [[Routines:Other|Other Routines]]
+
 
+
----
+
 
+
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>
+

Latest revision as of 10:47, 28 March 2005