dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.7K
active users

#asm

4 posts3 participants0 posts today

I've got my birthday present earlier. A working unit of Compaq Contura 430C!

A 486DX4/100 notebook with a trackball 🐁 ~30 years old.

What is most important is that my latest engine works absolutely flawless and with full speed! Success!

p.s. the sound it makes is pure ASMR (floppy, hard disk, beeps.)

#asm#msdos#gamedev

Lazy ARM Assembly Question: does ARM64/ARM32 have an official list of operand type names similar to Intel/AMD's x86/x86-64 operand types (ex: reg32, m64, etc). I see imm8, imm16, imm32, and imm64 in the official ARM64 documentation, and they refer to any X register as Xd/Xn/Xm, so ARM does appear to use some kind of operand type names. I can't find any mention of memory type names though.

#asm#assembly#arm

How many xmm/ymm/zmm registers did x86 have vs. x86-64? I'm seeing conflicting information on Google, claiming that x86 had zmm0-zmm31 while others claim it only had up to xmm15/ymm15/zmm15. (This might be because some webpages are confusing x86-64 in 32bit mode as being the same as the x86 architecture proper.)

#asm#assembly#x86