?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     ;mulub   a,a         ; #EDF9    - not guaranteed to work properly, sjasmplus doesn't support it
  2.     mulub   a,b         ; #EDC1
  3.     mulub   a,c         ; #EDC9
  4.     mulub   a,d         ; #EDD1
  5.     mulub   a,e         ; #EDD9
  6.     ;mulub   a,h         ; #EDE1    - not guaranteed
  7.     ;mulub   a,l         ; #EDE9    - not guaranteed
  8.     muluw   hl,bc       ; #EDC3
  9.     ;muluw   hl,de       ; #EDD3    - not guaranteed
  10.     ;muluw   hl,hl       ; #EDE3    - not guaranteed
  11.     muluw   hl,sp       ; #EDF3
  12.  
  13.     ;; syntax variants
  14.     mulub   b
  15.     muluw   bc
  16.  
  17.     ;; invalid instr. variants
  18.     mulub   a
  19.     muluw   hl
  20.