[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
>he hasn't made at least 1 thing in an assembly lang
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 36
Thread images: 7
File: 1463907771464.jpg (72 KB, 453x604) Image search: [Google]
1463907771464.jpg
72 KB, 453x604
>he hasn't made at least 1 thing in an assembly lang of his choice
>>
Does smali count? It's the assembly for ART.
>>
File: Screenshot_2016-06-01_18-17-17.png (188 KB, 1920x1080) Image search: [Google]
Screenshot_2016-06-01_18-17-17.png
188 KB, 1920x1080
>>55543323
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
>>
>>55543323
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?
>>
File: 7bLfa0p.jpg (475 KB, 1920x1080) Image search: [Google]
7bLfa0p.jpg
475 KB, 1920x1080
Rev up those ARMS, we /MIPS/ now!
>>
>>55543771
>this font
may as well kys right now
>>
>>55543323
>he posts a pig-faced bitch
>>
>>55544140
*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
>>
>>55543323
Does Hello World count as a "thing"?
>>
File: 2l9jlut[1].png (220 KB, 379x474) Image search: [Google]
2l9jlut[1].png
220 KB, 379x474
I wonder what her armpits taste like
>>
that's such a nice backyard, but she's drinking keystone
>>
>>55543323
Who is this semen demon
>>
>>55545629
banana
>>
>>55545629
strawberries laced with LSD

https://vimeo.com/104181154
>>
File: 1396650408212.webm (2 MB, 1280x716) Image search: [Google]
1396650408212.webm
2 MB, 1280x716
>>55543323
>>55544147
>>55544164
>>55545629
>>55546134
Is this the same girl?
>>
>>55546134
Jenn Kaelin

>>55546333
yes
>>
>>55546333
OH MAMA
>>
>>55546333
I don't like her.

She feels special, I hate girls that think that they are special.
>>
File: pecial.png (19 KB, 648x170) Image search: [Google]
pecial.png
19 KB, 648x170
>>55546391
>>
>>55546447
haha okay kys or am I the only one etc
>>
>>55546447
>i do that too haha arent we psychopaths xD
>>
>>55543323
Does copy and pasting the code for Hello World count?
>>
>>55544072
1. Code
2. Compile & link
3. Test
>>
>>55543323
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.
>>
>>55545629
>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.
>>
>>55544055
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.
>>
>>55544085
Zoom in buddy, up close it ain't too bad
>>
>>55546391
She is special
>>
I once implemented merge sort in MIPS
>>
File: tfw.webm (159 KB, 360x240) Image search: [Google]
tfw.webm
159 KB, 360x240
>>55545629
Thread replies: 36
Thread images: 7

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.