RE: A92: Questions about some instructions


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

RE: A92: Questions about some instructions




>>I've got some questions about the ASM-68:
>
>It's called the 68000 or the 68k. ASM-68 sounds like ASM86 for a minute there
>
>>What is the "seq" instruction?

	The Scc instructions set a byte if the 'cc' condition is true, or clear it
if the 'cc' condition is false (The cc conditions are the same as for Bcc
instructions or Dbcc instructions)

For example if you have:
	tst.w	d0
	seq	variable
	(...)

variable	dc.b	0

It means: "if d0.w=0, variable = $FF, else variable = $00"



Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://doorshome.home.ml.org
ICQ:10241721


References: