RE: Help me with my new website!
May 6, 2018 at 4:51 am
(This post was last modified: May 6, 2018 at 5:00 am by bennyboy.)
There are literally none of the things you mentioned. I cannot see any fonts, colors or background colors.
Are you missing a .css file in your online site that you have on your dev environment maybe?
I can tell you the exact chip I learned on: 68B09E. It was 8 bits, with no built-in floating-point functionality at all. You had to learn about the floating-point format and do it all yourself.
![[Image: 6809registers.png]](https://upload.wikimedia.org/wikipedia/commons/5/51/6809registers.png)
You could probably buy one of these for about $5 now and hook it up to an Arduino or something on a breadboard.
Are you missing a .css file in your online site that you have on your dev environment maybe?
(May 5, 2018 at 12:09 am)FlatAssembler Wrote: I mean, I've added some fonts, colors and background colors.
As far as I know, most of the modern compilers, using the assemblers such as GAS or MASM, convert the floating-point expressions to hexadecimal representation of the IEEE 754 representations of those numbers. Assemblers such as TASM or FASM will do it for you. Other assemblers, such as NASM or MASM, also will, but not in all instructions (certainly not in "mov", and my algorithm relies on moving floating-point numbers to general purpose registers or to memory being trivial). Or did you have to write assembly for processors without floating-point instructions?
I can tell you the exact chip I learned on: 68B09E. It was 8 bits, with no built-in floating-point functionality at all. You had to learn about the floating-point format and do it all yourself.
![[Image: 6809registers.png]](https://upload.wikimedia.org/wikipedia/commons/5/51/6809registers.png)
You could probably buy one of these for about $5 now and hook it up to an Arduino or something on a breadboard.