Answered You can hire a professional tutor to get the answer.

QUESTION

INCLUDE io.h CR LF EQU EQU 0Dh 0Ah .DATA carriage text BYTE BYTE outputW MACRO outputD MACRO ; carriage return character ; linefeed character CR, LF,...

END 

Program #2 Vankin's Mile 12.5%Due: 10/14/2015Assignment:

Vankin’s Mile is a solitaire game played on an n x n square grid. The player starts by placing a token on any square of the grid. Then on each turn, the player moves the token either one square to the right or one square down. The game ends when player moves the token off the edge of the board. Each square of the grid has a numerical value, which could be positive, negative, or zero. The player starts with a score of zero; whenever the token lands on a square, the player adds its value to his/her score. The object of the game is to score as many points as possible. For example, given the grid below, the player can score 8-6+7-3+4 = 10 points by placing the initial token on the 8 in the second row, and then moving down, down, right, down, down.

-1 7 -8 10 -5-4 -9 8 -6 05 -2 11 -6 7-12 4 7 -3 -37 1 -6 4 -9

Allow the Vankin's Mile grid to be specified in an input file.

  • vankins_in.txt//first two lines are the dimensions of the grid

Allow the user to type vankins <vankins_in.txt at the command prompt to execute your program. Display both the input grid and the fully computed output grid to the console. Have your output grid formatted as below. Below your output grid, show the path that must be taken from (1,1) for the best possible score.

25 26 19 12 218 18 27 1 722 17 19 1 70 12 8 1 -38 1 -2 4 -9Looping Through an Array More Basic Instructions

Submission: Submit Electronically:

  • vankins.asm
  • Attachment 1
  • Attachment 2
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question