Restored from previous forum. Originally posted by Jondo.
Hey
i was wondering if Purebasic supports this kind of opcodes:
FISTP,FILD.FSTCW etc (all of those commands).
please let me know, Thanks Jondo
Float Points Assembly and Purebasic
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Pupil.
They're supported by NASM and thus supported by PB. You can bypass the PB compiler and write direct ASM using '!" character, i.e. something like this:
!FILD qword [ebx]
I use it in an application i'm doing (adding and substracting quads) and it works great.
They're supported by NASM and thus supported by PB. You can bypass the PB compiler and write direct ASM using '!" character, i.e. something like this:
!FILD qword [ebx]
I use it in an application i'm doing (adding and substracting quads) and it works great.
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm