A83: JR command


[Prev][Next][Index][Thread]

A83: JR command




Just curious, when you JR backwords, does it take up as much space as a
JP backwords?  Here's what I was thinking

Prgram opocodes:

$xx	; JR command
$xx	; byte telling processor to jump backwards (kind of like DD
tells it to use IX instead of 		HL, I think)
$xx	; bytes to jump backwards


Program opocodes:

$xx	; JP command
$xxxx	; 16-bit address to jump to


Where all the  x's are opocodes I do not know or addresses or whatever. 
I don't know if anyone understands this and it doesn't really matter
much.  JR is faster anyway I think.

-----------------------------------------------------------------------------------------------------------------------
Mastermind--benjamin99@juno.com, www.bigfoot.com/~mastermind5
IRC: Master_M
ICQ: 11341114
-Its all about the Benjamins

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


Follow-Ups: