News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

x64

Started by felipe, March 09, 2018, 02:10:28 PM

Previous topic - Next topic

felipe

QuoteThis is the place for postings that have no other home. Non x86 hardware...

Isn't x86 hardware...mmm, actually it's, but in extended mode (x86-64)  :bgrin: Really didn't' know where to put this one. Is not about any specific 64 bit assembler nor masm 64 sdk. Just x64...

And is very simple: I'm introducing myself to 64 bit programming and i found cool that the stack pointer addressing size (in 64 bit mode) can not be overridden. Better than to do programs in 32 bits which access the stack in word sizes (16 bits). I never did such a program i found tricky to do such combination. But, that's the past. Now should be easier. What do you think about it?  :idea:

felipe

I found this site, looks interesting. I want to share it:
http://www.cpu-world.com/
:idea:

anunitu

i Bookmarked it for sure,thanks for the link

felipe

 :icon14: Glad you like it wizard.

daydreamer

Quote from: felipe on March 11, 2018, 05:25:47 AM
I found this site, looks interesting. I want to share it:
http://www.cpu-world.com/
:idea:
thanks for the link,"Coffe Lake-S" cpu makes me Think of the Dream of make Java fast by a bytecode  cpu
well someone could play with make a jumptable that reads bytes and runs big 3-4 bytesized opcodes SIMD for fun
and isnt opcodes bigger on x64's? compared to x86
I Think we should be better programmers if we learned to utilize 12 cpu cores, than just one
especially game programming where you use cpu for drawing game Graphics, you could Place game logic like finitive state Machines, game input etc in other threads
12 cpu cores and you keep making onethreaded programs= you utilize only %8.33



my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding