Difference between revisions of "Terminology"
From GbdevWiki
(Add terminology for durations. Been floating for a while.) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Pandocs}} | ||
+ | |||
== Durations == | == Durations == | ||
− | One cycle of the master clock is called a "clock". It can either equal 0.25 µs, or 0.125 µs in [[CGB_Registers#FF4D_-_KEY1_-_CGB_Mode_Only_-_Prepare_Speed_Switch|CGB double-speed]]. The duration of a <code>nop</code> instruction is called a "nop", and equals four clocks. | + | One cycle of the master clock is called a "clock", or a "t-cycle". It can either equal 0.25 µs, or 0.125 µs in [[CGB_Registers#FF4D_-_KEY1_-_CGB_Mode_Only_-_Prepare_Speed_Switch|CGB double-speed]]. The duration of a <code>nop</code> instruction is called a "nop" or "m-cycle", and equals four clocks. |
Latest revision as of 21:12, 4 April 2020
The copy of Pan Docs hosted on this wiki is considered deprecated.
Pan Docs is now officially hosted on gbdev.io as a living document. Please go to https://gbdev.io/pandocs/ to read Pan Docs or to https://github.com/gbdev/pandocs to contribute.
Durations
One cycle of the master clock is called a "clock", or a "t-cycle". It can either equal 0.25 µs, or 0.125 µs in CGB double-speed. The duration of a nop
instruction is called a "nop" or "m-cycle", and equals four clocks.