Difference between revisions of "Category:Z80 Routines"

From WikiTI
Jump to: navigation, search
m (completely remove the "here" from "here" links)
m (link to official Z80 Bits site)
Line 12: Line 12:
  
  
Also, there are a bunch of routines on the [http://www.detachedsolutions.com/forum/viewtopic.php?t=1154 DS forums] and at [http://map.tni.nl/sources/external/z80bits.html Z80 bits].
+
Also, there are a bunch of routines on the [http://www.detachedsolutions.com/forum/viewtopic.php?t=1154 DS forums] and at [http://baze.au.com/misc/z80bits.html Z80 Bits].

Revision as of 11:48, 24 June 2007

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 on the DS forums and at Z80 Bits.