Re: real time?
Posted by
Jon Elson
on 1999-06-29 12:32:18 UTC
TADGUNINC@... wrote:
an assembler program to convert mnemonics to x86 machine code, then
run it through a linker program, and execute it. If you really want to make it
dirty, use the DOS Debug program, and write your machine code in hexadecimal
bytes in memory, then give the G xxx command to execute it.
Of course, Windows discourages this, and Linux discourages it even more,
but you can certainly do it.
Jon
> From: TADGUNINC@...Machine level? That's what you are doing all the time, really. You would use
>
> Ted,
> Thank you for the info.
> A short follow up question on programming. When I was in electronics school
> back in "81", we had to write a machine lang. program on the "vic 20"
> computer to get the input from the key board decide what key was pressed and
> send it to the monitor. basically it did just what you do when typin on the
> key board now. Are there was to access the machine level on 286's, 386's,
> Pentium's etc.....?
an assembler program to convert mnemonics to x86 machine code, then
run it through a linker program, and execute it. If you really want to make it
dirty, use the DOS Debug program, and write your machine code in hexadecimal
bytes in memory, then give the G xxx command to execute it.
Of course, Windows discourages this, and Linux discourages it even more,
but you can certainly do it.
Jon
Discussion Thread
TADGUNINC@x...
1999-06-28 20:07:53 UTC
Re: real time?
Jon Elson
1999-06-28 23:27:43 UTC
Re: real time?
Ted
1999-06-29 01:58:58 UTC
Re: real time?
TADGUNINC@x...
1999-06-29 07:50:15 UTC
Re: real time?
WAnliker@x...
1999-06-29 10:24:43 UTC
Re: real time?
Jon Elson
1999-06-29 12:32:18 UTC
Re: real time?
Tim Goldstein
1999-06-29 12:59:03 UTC
Re: real time?
Ted
1999-06-29 13:23:33 UTC
Re: real time?