flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2 |
Author |
|
kalambong 14 Nov 2012, 06:31
madmatt wrote: As promised, just uploaded a version that should work in any folder. Let me know how it works for you. A Link is below. For some reason I couldn't find any download "link" from 4shared.com It keeps on asking me to download an app instead of the FASMW64.rar file Is it possible to port the file to mediafire? Thanks !! |
|||
![]() |
|
madmatt 14 Nov 2012, 17:23
kalambong wrote:
Your probably using the old link. Scroll down to the bottom of the first post of this thread, where it reads: "[Update: 11-8-2012]" use the link under this update notice. Or scroll down to the bottom of the first page of this thread and use the link there. _________________ Gimme a sledge hammer! I'LL FIX IT! |
|||
![]() |
|
Picnic 19 Nov 2012, 20:57
Great library, thank you madmatt.
|
|||
![]() |
|
bzdashek 23 Nov 2012, 05:12
Thanks, Matt.
It's really useful. |
|||
![]() |
|
sakkiesalm 21 Apr 2013, 08:03
mediafire links are dead
![]() |
|||
![]() |
|
bitRAKE 21 Apr 2013, 10:13
Try his home page:
http://users.egl.net/talktomatt/default.html ...not sure if that is the most recent? |
|||
![]() |
|
madmatt 22 Apr 2013, 14:14
Quote: Try his home page: This is very old and abandoned, so don't use this. (see below link) Quote: I open the link but mediafire says "permission denied". Didn't know the file upload expired. Here is a new link with the latest snapshot of my fasmw64 folder: https://www.box.com/s/5ld394srdcxfadodq0dw Let me know if you have any problems with the above link., |
|||
![]() |
|
alessandro95 22 Apr 2013, 14:43
Thank a lot, I'm downloading it right now
![]() This hosting service works properly even from china! |
|||
![]() |
|
sakkiesalm 23 Apr 2013, 08:52
thank you madmatt
This works.Thanks for the hard work as well ![]() |
|||
![]() |
|
Ali.Z 14 May 2020, 06:05
https://www.vergiliusproject.com/
what a great website, hidden/undocumented structures meant to be used for device driver developers. _________________ Asm For Wise Humans |
|||
![]() |
|
Roman 05 Jan 2021, 10:36
Hi Madmatt !
From V7INCLUDE32\EQUATES\DIRECTX\d3d9.inc struct D3DADAPTER_IDENTIFIER9 Driver db MAX_DEVICE_IDENTIFIER_STRING dup(?) Description db MAX_DEVICE_IDENTIFIER_STRING dup(?) DeviceName db 32 dup(?) DriverVersion dq ? VendorId dd ? DeviceId dd ? SubSysId dd ? Revision dd ? DeviceIdentifier GUID WHQLLevel dd ? ends I try compile but get error illegal instruction DeviceIdentifier GUID In this case GUID this is dd 0,0,0,0 ? |
|||
![]() |
|
revolution 05 Jan 2021, 11:00
Roman wrote: In this case GUID this is dd 0,0,0,0 ? Code: DeviceIdentifier: rb 16 ; note the colon to ensure the byte type is not applied Code: DeviceIdentifier rb 16 ; without the colon, but now it has byte type, not strictly correct |
|||
![]() |
|
Roman 05 Jan 2021, 18:42
I do GUID fix dd 0,0,0,0
Now work. https://www.youtube.com/watch?v=5IgL1Kx40sU What is return ? My program crash if i write return in WndProc. But work with ret. Fasmw 1.73 O ! I found Code: macro return retval { if ~ retval eq mov eax, retval end if ret } |
|||
![]() |
|
Roman 06 Jan 2021, 20:47
Who know site with many DirectX meshes ?
|
|||
![]() |
|
Overclick 03 Apr 2021, 01:55
I lost the thread of your conversation (too much whiskey), but GUID have different data types.
Code: struc GUID def { if ~ def eq match d1-d2-d3-d4-d5, def \{ .Data1 dd 0x\#d1 .Data2 dw 0x\#d2 .Data3 dw 0x\#d3 .Data4 db 0x\#d4 shr 8,0x\#d4 and 0FFh .Data5 db 0x\#d5 shr 40,\ 0x\#d5 shr 32 and 0FFh,\ 0x\#d5 shr 24 and 0FFh,\ 0x\#d5 shr 16 and 0FFh,\ 0x\#d5 shr 8 and 0FFh,\ 0x\#d5 and 0FFh \} else .Data1 dd ? .Data2 dw ? .Data3 dw ? .Data4 db ?,? .Data5 db ?,?,?,?,?,? end if } About include files, some WinApi still missing. RegDeleteTree for example. It is not difficult to add, but any way... |
|||
![]() |
|
TmX 05 Oct 2021, 04:18
madmatt wrote:
Anyone has a mirror of this file? The link is still valid, but for unknown reasons there's no download progress if I click the link button. And login doesn't seem to help, either ![]() |
|||
![]() |
|
bitRAKE 05 Oct 2021, 23:56
Presently, Box.com will not let me access the file, and I can't find it in my archive.
I can only find an older version - which I put on google drive: https://drive.google.com/file/d/1IMcotQQXSh3ZRM48b44kB7iuQnAEpEI4/view?usp=sharing Once I am able to get the newer archive, I'll add it to google drive. |
|||
![]() |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.