-
File Added: gnusim8085-1.3.2-db_string_ok.diff.
2008-04-15 18:07:40 UTC in GNU 8085 Simulator
-
All 8085 assemblers I've seen support the DB 'string'
construction but not this one.
I've attached a patch to allow string declarations too.
There is a known minor bug: consecutive spaces inside
strings are compressed to just one space. To correct this I would have to break to much of the existing program structure and I'd rather not.
Appart from the above minor bug, strings enclosed in...
2008-04-15 11:47:03 UTC in GNU 8085 Simulator
-
gtk_file_filter_add_mime_type function uses
/usr/share/mime/mime.cache rather than the file or mimetype commands. This file is derrived from "http://www.freedesktop.org/standards/shared-mime
-info" and for the text/plain the detection priority is not high enough to recognise most of the assembler files. Although mimetype commands says "text/plain" gtk disagrees and says...
2008-04-15 11:38:51 UTC in GNU 8085 Simulator
-
The assembler listing has the width of a button and barrely anything is visible. It has to be resized every time it is opened.
The window width declaration should really be in the
glade file, but that's not available.
2008-04-15 11:24:35 UTC in GNU 8085 Simulator
-
I've attached a patch.
File Added: gnusim8085-1.3.2-xthl.diff.
2008-04-15 11:19:42 UTC in GNU 8085 Simulator
-
lxi sp, #0fffeh
lxi h, #1234h
xthl
xthl
HL is not 1234 as is should at the end of this little program.
This is because the exchange instruction is improperly
simulated as 2 pop bytes followed by 2 push bytes and
the stack pointer wraps around. The XTHL instruction
does not move the stack pointer at all!
2008-04-07 15:37:57 UTC in GNU 8085 Simulator
-
Hi IW3HEV,
While compiling your vector analyser I've noticed you have to use an old version of gtkdatabox. The last one which works is gtkdatabox-0.4.0.2
If you try to compile with any version from gtkdatabox-0.5.0.0 to gtkdatabox-0.7.0.0 (the latest) you get errors like the following and the compile aborts.
/usr/include/gtkdatabox.h:88: error: expected declaration specifiers or '...'...
2007-02-20 14:51:52 UTC in Gnome-Vector-Network-Analyzer
-
Logged In: YES
user_id=911054
After some more reading it seams that the algorithm for generating
vectorised outlines is based on the Voronoi diagrams:
http://www.cs.uu.nl/geobook/voronoi.ps
Someone started to write a Java applet to generate G-codes (for CNC
machines) from Gerber input using Voronoi diagrams:
http://www.mit.edu/~vona/Visolate-info.html.
2004-10-27 18:22:03 UTC in gerbv -- a Gerber (RS-274X) viewer
-
A nice feature for gerbv involving clever algorithms would be the ability
to create outlines suitable for milling PCBs with CNC machines.
There are a few Windows based alternatives but none of them is free.
One that I like is ISOCAM available as a demo at http://www.megauk.
com/downloads.shtml
The Eagle package which is available for Linux has a script
(mill-outlines.ulp) which...
2004-10-20 18:29:00 UTC in gerbv -- a Gerber (RS-274X) viewer
-
Logged In: YES
user_id=911054
I've done a strace and figured out what happened. Because I didn't read
permissions-usb.html my quich solution was to suid gphoto2 but root had
no writing access to the NFS share.
Please remove/close this because it's not a bug.
2004-01-10 01:20:23 UTC in gPhoto