Category:Z80 Routines

From WikiTI
Revision as of 15:16, 30 December 2005 by JasonM (Talk | contribs)

Jump to: navigation, search

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 in front 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


Also, there are a bunch of routines here (DS forums) and here (Z80 bits).