Gated D in assembly langage

Status
Not open for further replies.

ohm77

Newbie level 4
Joined
Aug 9, 2012
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
montreal,canada
Activity points
1,327
Hi everybody,
I'm beginner in assembly langage, I'm taying to write the behavior of Gated D in assembly langage, but the complilator gives some mistakes, could you please correct me, my code is below:
here is some indications (w0:input, w1: clock, w0: output)

btss w1,#0
mov w0,0xc04
bra there
return
there
mov 0xc04
return
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…