flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > Your greatest project in Fasm Assembly |
Author |
|
roboman 03 Jan 2010, 17:04
I got started playing with FASM with the idea of being able to throw a CD into a computer and turn it into a CNC controller with all the favorite bits from all the controllers I've used and programmed on. I haven't gotten very far in that goal yet, but lately in that direction (a CNC controller is mostly just an interpreter language that outputs a bit pattern to a motor control board) I've been porting Basic over from MikeOS to DexOS:
http://home.comcast.net/~dexos/ MikeOS: http://mikeos.berlios.de/ |
|||
03 Jan 2010, 17:04 |
|
Coddy41 03 Jan 2010, 17:29
My largest accomplishment would be a program for DexOS that pinged a PC that was on a direct
connect with a Ethernet cord between the two, although I have no screen shot or code as I lost the whole thing a few vista crashes ago. Right now thogh I am working on a 32bit p-mode OS. |
|||
03 Jan 2010, 17:29 |
|
GhostXoPCorp 03 Jan 2010, 23:31
my greatest project is (or will be) VolTroX Endurance Codename Chronos 4.01.2000 (Beta Build 2000) (Version.Release.Build) it wil be the first release of VolTroX Endurance (composed of Aurora and Chronos) all chronos and aurora are test project and my forum will choose one to be the RC for endurance. my plans for it are fat 12 and 16 full support. partial vesa and v8086 mode support and full tui graphics library (untill vesa) support.
|
|||
03 Jan 2010, 23:31 |
|
dosin 04 Jan 2010, 08:01
My os... (not fin yet)
Finally coded for ring 0- 3 in pm.. Created a HTML parser - will be porting to Dexos soon! Working on adding paging .. Working on a C++/C port with Tony Mac on Dexos and C++ graphics lib on dexos.. just about fin with a duel boot loader... (waiting for the os to be fin) working on a disk system.. for my os.. 3d rotating cube in C++ on dexos My OS // -updated: FBrowser - designed by dex -I wrote a parser for it// displaying Fasm forum in text Future: arcade machine and game box like the XBOX .. Quote: http://mikeos.berlios.de/ Cool site - I have ran across it a few times! many thanks to Dex and the other fasm members for all there help! Last edited by dosin on 09 Jan 2010, 03:17; edited 4 times in total |
|||
04 Jan 2010, 08:01 |
|
sleepsleep 04 Jan 2010, 09:23
Quote:
if i remembered correctly, it was mentioned in www.osnews.com sometime ago. cool!! Quote:
making OS that based on common sense. human AI, file writing total control by user, can put where he wants into the particular hard disk sector, clickless solution, AI typing. i guess a lot, the bad news is, the goal seems far away, the good news is, i am young. |
|||
04 Jan 2010, 09:23 |
|
GhostXoPCorp 04 Jan 2010, 09:45
lol feels good, enjoy it while we can
|
|||
04 Jan 2010, 09:45 |
|
MHajduk 04 Jan 2010, 09:46
What do you mean by "AI typing", sleepsleep? Something like IntelliSense or maybe something completely different?
|
|||
04 Jan 2010, 09:46 |
|
sleepsleep 04 Jan 2010, 16:21
Quote:
different. in a sense, it shows the suggestion on the screen. now, imagine if it shows the suggestion on punchable buttons. we will have keyboard buttons too, but (it will scroll teks) all the A to Z position is still the same. just (it could scroll suggested text on button and based on its first character also). i totally have no idea WHY nobody creating such intelligent keyboard till now. just think outside the box. WHY should i INPUT all character ONE by ONE????? i should input them word by word using keyboard still!. btw, i think nobody yet patented this idea yet. so hereby i released this as BSD license. hehehe. |
|||
04 Jan 2010, 16:21 |
|
MHajduk 04 Jan 2010, 17:01
sleepsleep wrote: just think outside the box. WHY should i INPUT all character ONE by ONE????? Wikipedia wrote: The stenotype keyboard looks more like a piano than a conventional alphanumeric keyboard. Multiple keys are pressed simultaneously (known as "chording" or "stroking") to spell out whole syllables, words, and phrases with a single hand motion. sleepsleep wrote: btw, i think nobody yet patented this idea yet. so hereby i released this as BSD license. hehehe. |
|||
04 Jan 2010, 17:01 |
|
sleepsleep 04 Jan 2010, 17:17
Quote:
i think my imagine AI input differ a lot with the picture i saw on wikipedia page .. Quote:
and this is really big problem.... Quote:
yeah, LCD buttons that could scroll text in a customize speed. best still is, it doesn't need to scroll, just show mini font partial text on the LCD QWERTY buttons. Quote:
such step is just too far away from my world. even if it is patented, it wouldn't hold any value because i am not recognized inventor, scientist or etc. |
|||
04 Jan 2010, 17:17 |
|
MHajduk 04 Jan 2010, 17:30
sleepsleep wrote: such step is just too far away from my world. even if it is patented, it wouldn't hold any value because i am not recognized inventor, scientist or etc. |
|||
04 Jan 2010, 17:30 |
|
Dex4u 04 Jan 2010, 22:07
I would have to say along with a team of coders ( Some of which have already posted in this topic ), making DexOS.
. |
|||
04 Jan 2010, 22:07 |
|
GhostXoPCorp 05 Jan 2010, 01:26
i just figured id post this at both cites knowing they both are software development, but ok continue
_________________ Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me. |
|||
05 Jan 2010, 01:26 |
|
DOS386 07 Jan 2010, 13:38
GhostXoPCorp wrote: post images or talk about the biggest and greatest or hardest thing u have ever made using flat assembly My UI21DEB (real mode DOS deBUGGER) |
|||
07 Jan 2010, 13:38 |
|
Picnic 12 Nov 2010, 14:11
I started writing a small basic like language interpreter. It is still early but whenever I find free time and piece of mind, especially on weekends, i'm working. Already running some basic commands set like print, goto, gosub, return, if, and a typical parser, all in about 500 lines of code so far. There is nothing great yet and is still in version 0.0, hopefully to advance it.
Last edited by Picnic on 14 Nov 2010, 21:14; edited 1 time in total |
|||
12 Nov 2010, 14:11 |
|
mindcooler 12 Nov 2010, 18:56
A top-down recursive-descent compiler from a C-like language to a stack machine architecture.
|
|||
12 Nov 2010, 18:56 |
|
vid 14 Nov 2010, 22:08
FASMLIB. Shame I'll never finish it to version 1.0
|
|||
14 Nov 2010, 22:08 |
|
edfed 15 Nov 2010, 00:35
|
|||
15 Nov 2010, 00:35 |
|
mattst88 08 Dec 2010, 05:49
vid wrote: FASMLIB. Shame I'll never finish it to version 1.0 Did you lose the code or something? If so, surely someone else downloaded a copy. _________________ My x86 Instruction Reference -- includes SSE, SSE2, SSE3, SSSE3, SSE4 instructions. Assembly Programmer's Journal |
|||
08 Dec 2010, 05:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.