Author Topic: Very large ASM file - stalls nasm 2.11.02 and later  (Read 3519 times)

Offline Daniellebishop

  • Jr. Member
  • *
  • Posts: 6
Very large ASM file - stalls nasm 2.11.02 and later
« on: January 09, 2023, 10:05:04 AM »
I have a very large ASM file, about 71 megs - 2.2 million lines. I've found NASM 2.11.02 and later stall with this file, It just sits there forever. NASM 2.11.01 will work with it though. Any idea how I can debug what is happening with NASM 2.11.02 and later? RunYourPool
« Last Edit: January 11, 2023, 04:59:51 AM by Daniellebishop »

Offline fredericopissarra

  • Full Member
  • **
  • Posts: 368
  • Country: br
Re: Very large ASM file - stalls nasm 2.11.02 and later
« Reply #1 on: January 09, 2023, 12:01:09 PM »
Why do you need such huge file? You can split your code in multiple objects and link them later.

Offline debs3759

  • Global Moderator
  • Full Member
  • *****
  • Posts: 221
  • Country: gb
    • GPUZoo
Re: Very large ASM file - stalls nasm 2.11.02 and later
« Reply #2 on: January 09, 2023, 02:52:26 PM »
How on earth to you find and fix the inevitable errors in a source file that large?
My graphics card database: www.gpuzoo.com

Offline ben321

  • Full Member
  • **
  • Posts: 182
Re: Very large ASM file - stalls nasm 2.11.02 and later
« Reply #3 on: March 08, 2023, 10:49:15 AM »
I have a very large ASM file, about 71 megs - 2.2 million lines. I've found NASM 2.11.02 and later stall with this file, It just sits there forever. NASM 2.11.01 will work with it though. Any idea how I can debug what is happening with NASM 2.11.02 and later? RunYourPool

That's HUGE Is that the ASM source code for the Windows OS? Did you run a disassembler on Windows, and are now trying to reverse engineer it at the assembly code level?