How ARM64 Instructions Are Really Encoded

0 comments

Lobsters
How ARM64 Instructions Are Really Encoded

Introduction

Medium
'Tableau Piece', great piece of plywood, metal, porcelain, cigarettes, plastic and food wrapping paper by Daniel Spoerri
#art #artwork #assembly #artcollector #contemporaryart #fediart #mastoart #Aros #Spoerri

To make things easier for those who might be interested in making games for the Dragon Palm, as well as serving as a lightweight introduction to assembly language programming, I give you the web-based Dragon Palm IDE and manual:

https://0xe25f.github.io/dragon-ide/

Make games for the fantasy console in your browser, for free. :)

#assembly #webdev #gamedev #indiedev #learn

Dragon Palm IDE

My own 32bit x86 OS development experiment, named SIMPL-UX because it's simple, loads from a single floppy drive (1.44MB) and kernel + shell/utils is about 256kB of storage and offers PMODE, paged memory management, user management and multi-user access to fights protected sessions and file system, vga and tty manipulations and a lot of POSIX1 compatibility out of the box, written 100% in assembly, compiled with NASM is dynamically approaching v0.5 milestone.

it's huge learning. I'm working now to expand the file system to HDD discovery and formatting, dynamic libraries and simple assembler that can build apps inside it. that with some nominal support to VESA backed graphics mode and direct access as dynamic library and device drivers and that will coin that version.

It's still just internal R&D to educate myself a bit of historic effort related to OS development, targeting tech stack from the end of 90s. offline, no networking stack available yet.

Internal R&D but tremendously fun!

#osdev #assembly #x86

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://github.com/imtomt/ymawky/tree/linux

#HackerNews #Tech #Assembly

GitHub - imtomt/ymawky at linux

MacOS Web Server written entirely in ARM64 assembly - imtomt/ymawky

GitHub

Programming in Assembly for the Gameboy :3

(Also, reminder to hydrate to everyone who is being heatwaved~)

Join me !! https://www.twitch.tv/astatinchan/

#vtuber #twitch #stream #gameboy #gamedev #gameboydev #retrocomputing #assembly #Z80 #happyBunny

AstatinChan - Twitch

Programming in Assembly for the Gameboy - Day 12345 of fixing the last few bugs before releasing the demo

Twitch
A sei mesi dal prossimo Natale... proviamo questa utility per il gioco della tombola scritta in assembly 6510. Per l'occasione facciamo generare a Claude l'annunciatrice dei numeri secondo la smorfia napoletana. #commodore64 #assembly #claudeai https://www.youtube.com/watch?v=C0oQlsziZkU
La Tombola in Assembly (ft. AI in Python) / Commodore 64

YouTube

True... true...that also needs a chunk of your lifetime ....worth it ...I believe ... commenting on your code like this makes you superior to others. Period.

#linuxadmin #programming #assembly #opensource

https://pbs.twimg.com/media/HLXUgEEaIAAyPFv?format=jpg&name=medium

System call instrumentation on Linux/x86-64 using memory-indirect calls (in vain?), part one

0 comments

Lobsters