He hasn't made at least 1 thing in an assembly lang of his choice

>he hasn't made at least 1 thing in an assembly lang of his choice

Other urls found in this thread:

vimeo.com/104181154
twitter.com/NSFWRedditGif

Does smali count? It's the assembly for ART.

8052 and AVR assembly user reporting in
I make lots of stuff in assembly. Tbh these days even C feels bloated, compared to glorious assembly

I don't know shit about coding, I just want to admire those titties

But I've written programs in MIPS and PowerPC ASM

Does it count if I've made 2 games in chip-8 assembly? Even if it's considered the easiest of asm langs?

What's the best way to code and test something in assembly?

Rev up those ARMS, we /MIPS/ now!

>this font
may as well kys right now

>he posts a pig-faced bitch

*9/10 qt

Makes my dick diamonds/10

I've done some Project Euler problems in x86 before
; Project Euler problem 10
EXTERN printf
GLOBAL _start

SECTION .data
result: DB "The sum of all primes below %d is %ld", `\n`, `\0`
SIZE: EQU 2000000
SQRT: EQU 1415
SECTION .bss
ALIGN 16
PRIMES: RESD SIZE
SECTION .text

_start:
mov rsi, rax

mov rdi, PRIMES
mov rcx, 0
memory_set:
mov Byte [rdi+rcx*4], 1
add rcx, 1
cmp rcx, SIZE
jl memory_set

mov rax, 4
mov rcx, 2
sieve_top:
cmp Byte [rdi+rcx*4], 1
jne inner_sieve_bottom

inner_sieve_top:
mov Byte [rdi+rax*4], 0
add rax, rcx
cmp rax, SIZE
jl inner_sieve_top
inner_sieve_bottom:

add rcx, 1
mov rax, rcx
imul rax, rax
cmp rax, SIZE
jl sieve_top

mov rcx, 2
xor rbx, rbx
sum_loop:
xor rdx, rdx
cmp Byte [rdi+rcx*4], 1
sbb rdx, -1
imul rdx, rcx
add rcx ,1
add rbx, rdx
cmp rcx, SIZE
jl sum_loop

mov rdi, result
mov rsi, SIZE
mov rdx, rbx
call printf

mov rax, 60
mov rbx, 0
syscall

Does Hello World count as a "thing"?

I wonder what her armpits taste like

that's such a nice backyard, but she's drinking keystone

Who is this semen demon

banana

strawberries laced with LSD

vimeo.com/104181154

Is this the same girl?

Jenn Kaelin

yes

OH MAMA

I don't like her.

She feels special, I hate girls that think that they are special.

...

haha okay kys or am I the only one etc

>i do that too haha arent we psychopaths xD

Does copy and pasting the code for Hello World count?

1. Code
2. Compile & link
3. Test

I did a loop unrolling routine that was supposed to be used in a gameboy homebrew, but other than that I don't think I've ever done anything that could be useful. Just by seeing the lines of code in this thread makes me feel like diving into it.

>I wonder what her armpits taste like
>armpits

I think you've just made me lose all the lust I had for that girl right here.

Is that easier than MOS 6502?
There may be some other easier ones as well. I remember reading about the architecture and seeing code for an old IBM mainframe that looked pretty simple. It was in some hacker zines, like Phrack or whatever.

I wrote a program that adds a list of integers, halts the computer when the sum reaches zero, and returns the last non-zero sum on a display, in machine code, that ran on an 8-bit computer I made for an Altera FPGA.

Suck it, faggot.

Zoom in buddy, up close it ain't too bad

She is special

I once implemented merge sort in MIPS

...