Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jwilt11

    reading from file

    I am supposed to read in a file filled with a 20x20 of double digit numbers. if anyone could help with how to read the file into a 2-D array that would be a great help
  2. jwilt11

    new to assembly, need some help

    aTITLE MASM Template (main.asm) ; Description: ; ; Revision date: INCLUDE Irvine32.inc .data myMessage BYTE "MASM program example",0dh,0ah,0 ary dword 100, -50, 125, 94, 35, -92, 82, 634, 193, 99, -54, 1, -5, 200, 15 dword 81, 44, 143, 132, 52, -62, 38, 56, 42...
  3. jwilt11

    new to assembly, need some help

    I have a new problem in my sumloop or squareloop, it just does an infinite loop and won't print and debug won't show anything is wrong. TITLE MASM Template (main.asm) ; Description: ; ; Revision date: INCLUDE Irvine32.inc .data myMessage BYTE "MASM program example",0dh,0ah,0...
  4. jwilt11

    new to assembly, need some help

    ah that makes sense, thank you for the help
  5. jwilt11

    new to assembly, need some help

    It runs successfully but acts like an infinite loop and won't print anything. When I run it on debug it shows an error on the line previously stated
  6. jwilt11

    new to assembly, need some help

    my goal is to add all the number in ary, but my problem seems to come on the command "add eax,[esi]" if anyone could give me some advice it would be greatly appreciated. TITLE MASM Template (main.asm) ; Description: ; ; Revision date: INCLUDE Irvine32.inc .data myMessage BYTE "MASM...

Part and Inventory Search

Back
Top