Jump to content

GB Programming: Difference between revisions

m
>Bbbbbbbbba
m (→‎A special jp: Change "jp (hl)" to "jp hl")
old->44HyXpert
Line 48:
* A group of 32 bits is called a '''double word''' or '''dword'''.
* A group of 64 bits is called a '''quadruple word''' or '''qword'''.
We will mostly be working with bytes, sometimes with words and rarely with nibbles. It is weryvery rare to work with other structures, so you may forget them if you will.
 
Now, let's talk about '''hexadecimal'''. It is '''base 16''', so we will be working with 16 symbols : 0 1 2 3 4 5 6 7 8 9 A B C D E F. Again, we will prepend hex numbers with a $ to differentiate them.
Line 541:
|Equivalent to ''ld a, (hl)'' then ''dec hl''.
|}
These are often used to operate on cHunkschunks of memory.
 
===Overflow===
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.