flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
veach1 23 Sep 2004, 11:50
Does anybody knows a library or include files ready to use with FASM to perform subj?
|
|||
![]() |
|
Madis731 25 Sep 2004, 09:43
What is "subj"?
|
|||
![]() |
|
crc 25 Sep 2004, 11:30
I think that "subj" is an abbreviation for "subject"
|
|||
![]() |
|
veach1 25 Sep 2004, 21:08
![]() For now I`m trying to convert MASM`s odbc32.inc file to something suitable for FASM. But it would be very good thing to have FASM DataBase Management Library. ( at least we`ve got the name, not bad for the beginnig ![]() |
|||
![]() |
|
JohnFound 25 Sep 2004, 21:43
I wrote a DB program for the plant where I am working. It collect some parameters about the work of big automatic instalation and uses ODBC to connect with MS SQL server data base and write the statistic data for later analisis. Unfortunately the program needs very specific hardware and interfaces - Siemens PLC with MPI network and the machine itself to work. So publishing sources will be not usefull at all. But whole DB part, I wrote using Iczelion tutorials about ODBC programming.
About native FASM written database - definately assembler world needs small and fast data base with contemporary features. Later in Fresh I am intended to include visual components for DB access. Now imagine 50kbytes assembly program and several megabytes standard database engine - it is simply ridiculous. We can use SQLite of course, but at first it is not client-server and at second it is still too big for assembly programs. So, if someone is willing to begin such project - I will provide every help I can. Regards, |
|||
![]() |
|
Madis731 26 Sep 2004, 11:26
No means to make it very big and wolrdwide known - we should start small like ADD, DEL
![]() If we want to make MDF(modify), we just combine DEL->ADD to make some new input data. Later we go on making RD/WR and some SRT(sorting) something for every purpose (binary search, shell-, quicksort)... At first we don't even need variable size data units, but for simplicity 4-byte ones and when we want to insert 12byte units, we'd assign 3 4-byte units to one structure. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.