Thread: x64dbg
View Single Post
  #39  
Old 07-04-2025, 15:23
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
I could not even assemble the very first generated mandelbrot assembly code:

Code:
nasm -felf64 mandel.asm
mandel.asm:13: error: comma expected after operand, got `*'
mandel.asm:14: error: comma expected after operand, got `*'
mandel.asm:15: error: comma expected after operand, got `*'
mandel.asm:16: error: comma expected after operand, got `*'
But yes, it is rapidly improving.
Reply With Quote