Motorola Axiom CMD11E1 Guía de usuario Pagina 66

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 101
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 65
66 CHAPTER 5. TABLES
fcc /Hit the reset button to quit/
fcb 10
fcc /=====================================/
fcb 10,10,10, 4
; setup the table of digits
digits fcc /0123456789/
ndigits equ 10
org $2100
ldx #preamble
jsr outstrg
mainloop
jsr rddigit
bra mainloop
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; rddigit: Behaves like inchar, except ignores non-digits
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
rddigit jsr input *This does not wait for the user
tsta
beq rddigit *Looks like the user has not typed anything
;
; if we get here, the user typed something. Verify it first
;
ldx #digits
ldab #ndigits
jsr lookup
bcc rddigit *oops, not in the table. Go back for more
;
; if we get here, the input was ok
; echo it back as the user would like some feedback
;
jsr outa
rts
Vista de pagina 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 100 101

Comentarios a estos manuales

Sin comentarios