[Help Wanted] Learning to Code

cheatyface

Developer
Developer
Contributor
Joined
Jan 20, 2012
Messages
598
Reaction score
508
Points
93
Oh, and for the love of god, don't do like I did.. started with Assembly, I def. recommend a high-level language. hahaha..
Assembly master race, reporting in. :D

Pic operators, report in!
org 100h
push 004f
push 006b
push 002c
push 00a0
push 0049
push 0027
push 006c
push 006c
push 00a0
push 006c
push 0065
push 0074
push 00a0
push 0074
push 0068
push 0065
push 006d
push 00a0
push 006b
push 006e
push 006f
push 0077
push 002e
mov ax, 0b800h
mov ds, ax
mov ch, 0fh
mov dl, 17h
show:
pop cx
mov [bx], cx
add bx, 0002h
sub dl, 01h
cmp dl, 00h
jne show
hlt
Or, loosely translated,
public class a{
public static void main(String[] args){
System.out.println("Ok, I'll let them know.");
}
}
I have an 8086 emulator on my laptop, so I do it up 16 bit style. :D