Subversion Repositories pentevo

Rev

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

  1.         ,       ,       ,       ,       ,       ,       ,       ,       ,       ,       ,       ,       ,       ,       ;
  2.         jc      ,start  ,gf0                            ,       ,       ,       ,       ,       ,       ,               ;
  3.         lda     ,mod0   ,15h            ,                                       ,       ,       ,                       ; Initialization
  4.         lda     ,mod1   ,15h            ,                                       ,       ,       ,                       ; LACK of Low: Lch, High:
  5.         lda     ,df0    ,03h            ,                                       ,       ,       ,                       ; Rch are assumed for the
  6.         lda     ,df1    ,02h            ,                                       ,       ,       ,                       ; following comment relative
  7.         lda     ,dp0    ,01h            ,                                       ,       ,       ,                       ; to channel
  8.         lda     ,dp1    ,21h            ,                                       ,       ,       ,                       ; Stupid Toshiba assembler disregards
  9.                 ,gfs    ,gf0            ,       ,       ,       ,       ,       ,       ,       ,       ,               ; ';' in first row!
  10. start:
  11.         ,       ,       ,       ,       ,       ,       ,cp+    ,       ,       ,x      ,si0    ,       ,       ,       ;
  12.         mads,   ,x      ,y      ,0      ,       ,       ,cp+    ,       ,       ,       ,       ,       ,       ,       ;
  13.         ,       ,       ,       ,       ,wf0    ,       ,cp+    ,dp1    ,+      ,so1    ,w0     ,       ,       ,       ; data output (Lch)
  14. wait_edge:
  15.         jnc     ,wait_edge(down),LRF            ,       ,       ,       ,       ,       ,       ,                       ; down edge waiting
  16.         ,       ,       ,       ,       ,       ,       ,cp+    ,       ,       ,x      ,si0    ,       ,       ,       ;
  17.         mads,   ,x      ,y      ,0      ,       ,       ,cp+    ,       ,       ,       ,       ,       ,       ,       ;
  18.         ,       ,       ,       ,       ,wf0    ,       ,       ,       ,       ,so1    ,w0     ,       ,       ,       ; data output (Rch)
  19. wait_SYNC:
  20.         jmp0    ,wait_SYNC(up-edge)     ,       ,       ,       ,       ,       ,       ,                               ; SYNC reset waiting
  21.         end
  22.