I want to learn some basic assembly (32-bit protected, NOT 16-bit real, unless you recommend). I want to use it only to design a SMALL, VERY SMALL programming language. When I say SMALL, VERY SMALL, I mean just that. I want only two key words, one that displays "Hello, World" and the other that displays "I'm a unique binary!" However, I want it to be able to compile the text file of one or of the other keyword and create a functioning binary that does what I just described. How long do you think it will take me to learn to this level in assembly language?
P.S: I know some C/C++ (some of both, better at C++), Python, and HTML/CSS (I know HTML/CSS has nothing to do with this, but I just put it there anyways to show that I'm not a COMPLETE n00b).