Measurement-computing Micro 488/EX rev.2.1 Manual do Utilizador Página 115

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 218
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 114
Section 5 Command Descriptions
5.45
RESPONSE
Dependent on the included command
list
MODE Any
BUS STATES
Defined by the included command
list
EXAMPLE
10 PRINT #1,"MACRO 10"
Build Macro #10
20 PRINT #1,"OUTPUT16;Q00B1X"
30 PRINT #1,"COMMENT 'Memory Left =\"
40 PRINT #1,"MEMORY"
50 PRINT #1,"TRIGGER16/10"
60 PRINT #1,"ENTER16"
70 PRINT #1,"ENTER10"
80 PRINT #1,"ENDM" End Macro Mode
90 PRINT #1,"DOMACRO 10"
Execute the Macro
100 INPUT #1,M$:PRINT M$
Read Comment &
Memory
110 INPUT #1,R$:PRINT R$
Read data from
'
ENTER16
'
120 INPUT #1,R$:PRINT R$
Read data from
'
ENTER10
'
130 PRINT #1,"DOMACRO 10;8
Execute it 8 more times
140 FOR N = 1 TO 8
Read data 8 times
150 INPUT #1,M$:PRINT M$
Read Comment &
Memory
160 INPUT #1,R$:PRINT R$
Read data from
'
ENTER16
'
170 INPUT #1,R$:PRINT R$
Read data from
'
ENTER10
'
180 NEXT N
190 PRINT #1,"READ 10" Request a copy of Macro
200 WHILE NOT EOF(1)
Loop until entire Macro
210 MA$=MA$+INPUT$(1,#1)
Buffer has been received
220 WEND
230 PRINT MA$
Vista de página 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 217 218

Comentários a estes Manuais

Sem comentários