Author Topic: Hi, I'm Ephraim Becker  (Read 7636 times)

0 Members and 1 Guest are viewing this topic.

Offline Ephraim B

  • LV2 Member (Next: 40)
  • **
  • Posts: 28
  • Rating: +1/-1
    • View Profile
Hi, I'm Ephraim Becker
« on: February 04, 2015, 02:32:39 pm »
I've been on Cemetech before and yesterday, I got banned so I made an account on Omnimaga which is the alternative to Cemetech. I have a disorder called PDD-NOS which is in the Autistic Spectrum. I want to program in z80 ASM and my goal is making an Operating System for the Computer in Machine Code. I also have a very hard time making friends.





Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Hi, I'm Ephraim Becker
« Reply #1 on: February 04, 2015, 02:47:08 pm »
Heya, welcome to Omnimaga!
For learning z80 Asm I'd recommend trying yourself on "Learning Z80 Asm in 28 Days", it can be found here: http://t.eeems.ca/ASMin28Days/welcome.html

Hope you'll enjoy your stay!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Hooloovoo

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 225
  • Rating: +22/-0
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #2 on: February 05, 2015, 11:11:58 pm »
Hi, we've met.
If you want to learn assembly, you MUST learn another language. It is difficult if not impossible to learn assembly as a first or second language. For starters, you should try learning python, ruby, lua, or any language in which you can learn the concepts. I'd then recommend learning axe, which is fast like assembly but is much easier to learn and can help teach assembly. Another thing you should do is READ AND FOLLOW THIS POST. WE ARE TRYING TO HELP YOU LEARN.
Sorry about the caps and bold, but I don't think he would have read it otherwise
« Last Edit: June 30, 2015, 08:30:55 am by Runer112 »
"My world is Black & White. But if I blink fast enough, I see it in Grayscale." -tr1p1ea
Spoiler For some of the calcs I own:



(actually I have quite a few more than this, but I don't feel like making bars for them all.)

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Hi, I'm Ephraim Becker
« Reply #3 on: February 06, 2015, 01:16:57 am »
Oh, hey, fellow PDD-NOS ^_^

Yep, as the guy above me said, you'd need to be well-versed in programming before trying to learn ASM because it's pretty hard. Even myself, a seasoned programmer with a diploma, I still don't really program in ASM (although I might know the basics a little, but I'd be pretty lost and frustrated). Better try to learn a high-level language like PHP, Python or Lua, or also try some C and play a lot with the pointers before attempting to even understand ASM because it's the lowest level you can get other than directly hand-compiling your executable.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #4 on: February 06, 2015, 01:30:53 am »
On the contrary, I don't think learning another language before Asm is a good idea. I think it is only hard when you are used to higher level concepts.

Anyway, welcome to Omnimaga :)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #5 on: February 06, 2015, 05:53:58 am »
I learned assembly as my first language, so it can definitely be done. I won't claim it was easy. But you get used to it.

Fundamentally it is simpler than high level languages, what's harder about it is not getting lost in large pieces of code. But fundamentally, assembly is literally a list of instructions, the way you would write them down for someone to follow, but limited to things a computer can do. High level languages are full of complications such as types, expressions, and weird syntax that you have to learn.
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline BrandonW

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 115
  • Rating: +38/-1
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #6 on: February 06, 2015, 06:56:53 am »
All the posts above are good advice -- but I learned z80 assembly as my first language (after BASIC, of course), and it took me 5 years to write my first useful application.
To me, it was worth it, because I now have an understanding of how code works at a very low level, and it helps with avoiding stupid mistakes in higher-level languages.

So if you persevere, it can be very rewarding.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #7 on: February 06, 2015, 04:59:01 pm »
Hello Ephraim, welcome to Omnimaga. Those are some quite ambitious goals. Best of luck!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Hi, I'm Ephraim Becker
« Reply #8 on: February 06, 2015, 04:59:32 pm »
Wait....just noticed you haven't gotten peanuts yet O.O
Let's change that
!peanuts
!peanuts
!peanuts

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline NanoWar

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 140
  • Rating: +18/-6
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #9 on: February 10, 2015, 10:00:55 am »
Hi, we've met.
If you want to learn assembly, you MUST learn another language. It is difficult if not impossible to learn assembly as a first or second language. For starters, you should try learning python, ruby, lua, or any language in which you can learn the concepts. I'd then recommend learning axe, which is fast like assembly but is much easier to learn and can help teach assembly. Another thing you should do is READ AND FOLLOW THIS POST. WE ARE TRYING TO HELP YOU LEARN.
Sorry about the caps and bold, but I don't think he would have read it otherwise

Do you really think he can understand BIG text better? You probably don't get it.
« Last Edit: June 30, 2015, 08:31:25 am by Runer112 »

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #10 on: February 12, 2015, 10:37:20 am »
Wait....just noticed you haven't gotten peanuts yet O.O
Let's change that
* Princetonlion.tibd throws more in

!peanuts

Offline Ephraim Becker

  • LV0 Newcomer (Next: 5)
  • Posts: 0
  • Rating: +0/-0
    • View Profile
Re: Hi, I'm Ephraim Becker
« Reply #11 on: June 30, 2015, 07:11:08 am »
Hi I'm the new Ephraim Becker 2.0