CS计算机代考程序代写 Java .data
.data # game setting enemy_num: .word 0 # the number of enemys enemy_alive_num: .word 0 # the number of alive enemys input_enemy_num: .asciiz Enter the number of enemys (in the range [1,2]): game_win_text: .asciiz You Win! enemy1_pos_num: .word 4 enemy1_locs: .word 0 0 enemy1_alive: .word 1 enemy2_pos_num: .word 4 enemy2_locs: .word 384 0 enemy2_alive: .word […]
CS计算机代考程序代写 Java .data Read More »