manual:chapter5:asm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
manual:chapter5:asm [2019/12/04 15:33]
claudio [Data manipulation]
manual:chapter5:asm [2019/12/04 15:36]
claudio [Example code]
Line 147: Line 147:
   -103 SF             @ Complex results   -103 SF             @ Complex results
   :A=RPOP.S1.#      @ Store coefficients in registers   :A=RPOP.S1.#      @ Store coefficients in registers
-  :CMP.A.#0 :D=CHK.EQ @ a=0? +  :AND.A.C            @ Are either zero? 
-  :CMP.C.#0 :E=CHK.EQ @ c=0? +  :SKIP.NZ            @ Skip next seco if both A and C were non-zero
-  :OR.D.E             @ Are either zero? +
-  :SKIP.EQ            @ Skip next seco if both tests were false+
   :: "Zero Input Invalid"   :: "Zero Input Invalid"
      DOERR            @ Abort with error      DOERR            @ Abort with error
  • manual/chapter5/asm.txt
  • Last modified: 2021/09/29 05:58
  • by jojo1973