You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: