Re: Assembler syntax
Posted: Mon Sep 15, 2014 8:39 am
Square Wheel:SoLDMG wrote: Operating system development is like reinventing the wheel and making it square. Like I'm doing, and you probably too.
How's your square wheel coming along?

Square Wheel:SoLDMG wrote: Operating system development is like reinventing the wheel and making it square. Like I'm doing, and you probably too.
How's your square wheel coming along?

...alexfru wrote:Square Wheel:SoLDMG wrote: Operating system development is like reinventing the wheel and making it square. Like I'm doing, and you probably too.
How's your square wheel coming along?
*flips hipster scarf around neck*DaemonR wrote:wheels are too mainstream
Changing a syntax with the rest of the instructions may suit your personal taste, but changing something this simple that everyone already knows for little or no gain seems senseless. Also on my keyboard reaching for ! (with shift) isn't as easy to reach as ; or // (without shift) when typing.SoLDMG wrote:It looks nice, I guess. And what would you want it to be? Just getting as much feedback as possible.b.zaar wrote:If you are not using the characters ; or # or // for another purpose why are you creating a new comment character?
I second this. The best reference when planning to change or alter how a person is going to do something, or introduce a new concept is to stick to the structure principle of user-interface designb.zaar wrote:Changing a syntax with the rest of the instructions may suit your personal taste, but changing something this simple that everyone already knows for little or no gain seems senseless. Also on my keyboard reaching for ! (with shift) isn't as easy to reach as ; or // (without shift) when typing.
I guess I just prefer to keep things simple when they already work.
! for line comments isn't anything new except maybe on Intel platforms. If you have SPARC background, you'd just love it.b.zaar wrote:If you are not using the characters ; or # or // for another purpose why are you creating a new comment character?
It's also used with the as86/as386 assemblers, I've heard.fronty wrote:! for line comments isn't anything new except maybe on Intel platforms. If you have SPARC background, you'd just love it.b.zaar wrote:If you are not using the characters ; or # or // for another purpose why are you creating a new comment character?
Jeff Raskin is a boss. Too bad his Canon Cat computer didn't break through like theDaemonR wrote:I second this. The best reference when planning to change or alter how a person is going to do something, or introduce a new concept is to stick to the structure principle of user-interface designb.zaar wrote:Changing a syntax with the rest of the instructions may suit your personal taste, but changing something this simple that everyone already knows for little or no gain seems senseless. Also on my keyboard reaching for ! (with shift) isn't as easy to reach as ; or // (without shift) when typing.
I guess I just prefer to keep things simple when they already work.
Don't ever change something that works just to be different. Only change it if you have a new innovative idea to replace it, and if the way you are incorporating it won't disturb the user's workflow.