Open rationalism opened 10 months ago
Hello @rationalism,
Yes, unfortunately only the assembler knows about 8087 instructions — the compiler does not currently have support for producing 8087 instructions or keeping track of the 8087 register stack. For now, one possible way to produce 8087 instructions would be to use inline assembly.
Thank you!
Am interested in using this, but haven't been able to find documentation. If I run
ia16-elf-as --help
on my machine, 8087 is listed under supported extensions:but I can't find the code for it anywhere in the repo. Thanks!
@tkchia