~matboutigny/hangman8086/two_players_mode

« back to all changes in this revision

Viewing changes to singlepl.asm

  • Committer: Fabien LOISON
  • Date: 2011-06-01 10:22:29 UTC
  • mfrom: (6.1.4 options)
  • Revision ID: flo@flogisoft.com-20110601102229-mjtlt60x5w7she4t
* Option menu implemented
** With/Without gibbet otion added
** Fench word list added

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    mul bl
77
77
 
78
78
    ;Adress of the word
79
 
    mov bx, offset WORD_LIST
 
79
    cmp OPTION_DICT, OPTION_DICT_FR
 
80
    je  sp_dict_fr
 
81
    mov bx, offset WORD_LIST_EN
 
82
    jmp sp_dict_end
 
83
    sp_dict_fr:
 
84
    mov bx, offset WORD_LIST_FR
 
85
    sp_dict_end:
80
86
    add bx, ax
81
87
 
82
88
mov WORD, bx