#x86_64 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #x86_64, aggregated by home.social.
-
My assembler is getting x64 and ARM64 smarts. This is the first time it assembles simple arithmetic, writes an ELF64 binary, and then signs off correctly with the right exit code on linux/amd64.
#asm #assembler #amd64 #x86assembly #x86_64 #assembly #assembly64
-
bim assembly detection
The barely improved editor now adds better heuristics to detect what flavour of assembly language you're using and what architecture you're working on, so it can provide better highlighting appropriate for the platform you're writing code for. It's not perfect, but it now computes a score if it can't tell right away, and decides based on that combination of factors.
It mostly works for x86/64, Z80, and ARM. I probably should get around to adding 6502, 68000, MIPS, and a few others next. 🙂
#bim #asm #assembly #assembler #retrocomputing #z80 #foss #golang #x86 #x86assembly #x86_64 #arm #arm64
-
Última entrega del primer capítulo del #SolucionarioDelProgramador #GNU_linux . Terminamos con el lenguaje #Ensamblador para echar un ojo a lo que el #procesador realmente hace
#programming #programación #asm #nasm #HelloWorld #HolaMundo #x86_64
-
Ну чому не можна було дати тільки одну назву для одної архітектури. У процесорів для настільних ПК є 32-bit й 64-bit архітектур які називаються, або x86 і x86_64, або i386 і amd64 відповідно. А ще іноді 32-bit називають i686.
Проблема ж у, тому що у різних місцях може прийматись тільки один варіант і важко запамʼятати де який.
Для прикладу у репозиторіях
Arch GNU/Linuxпакунки мають мітку x86_64 архітектуру, а уDebina GNU/Linux-amd64.Перевірити архітектуру в терміналі можна кількома способами.
Uname
$ uname -m x86_64dpkg(debian)
$ dpkg --print-architecture amd64#процесори #архітектури #cpu #processors #arch #architecture #x86 #i386 #i686 #x86_64 #amd64 #uname #dpkg #repos #linux
-
Any suggestion about Gentoo Linux?
I know Gentoo, but haven't used it that much.Is Gentoo can be reliable for low spec's machine as long the program code isn't sucks right?
I want to use an old machine (2C/2T CPU with 3GB of RAM) to become reliable in my own production but still keep relevant to the newest certain software that I use.
I'm, okay to wait for the compilation as long it doesn't take for hours of time
#Gentoo #Linux #suckless #lowtechhardware #x86 #x86_64 #i686 #Funtoo
-
Assembly Language for Real - We all probably know that for ultimate control and maximum performance, you need assembly language... - https://hackaday.com/2020/08/25/assembly-language-for-real/ #softwaredevelopment #x86assembly #assembly #x86_64 #x86