Search found 17 matches

by litwr
Fri Feb 03, 2017 7:16 pm
Forum: Dragon General
Topic: asm6809 2.8 released
Replies: 4
Views: 2682

Re: asm6809 2.8 released

I am curious is there a possibility to repeat? For example,

Code: Select all

   repeat 5
      aslb
      rola
   end repeat
by litwr
Sun Jan 29, 2017 4:38 pm
Forum: Dragon General
Topic: A mathematical demo
Replies: 17
Views: 13976

Re: A mathematical demo

Pipack-22 is just released - http://litwr2.atspace.eu/pi/pi-spigot-benchmark.html. It contains newer and faster versions for Dragons. The request for help with 6309 is still actual.
by litwr
Thu Jan 05, 2017 2:43 pm
Forum: Dragon General
Topic: Small fix to XRoar's GDB support
Replies: 7
Views: 3326

Re: Small fix to XRoar's GDB support

Wow! It works! :) The problem was in the command cd gdb - it must be cd binutils-gdb.
by litwr
Wed Jan 04, 2017 8:28 pm
Forum: Dragon General
Topic: Small fix to XRoar's GDB support
Replies: 7
Views: 3326

Re: Small fix to XRoar's GDB support

gcc -g -O2 -I. -I. -I./common -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/pytho...
by litwr
Tue Jan 03, 2017 4:26 pm
Forum: Dragon General
Topic: Small fix to XRoar's GDB support
Replies: 7
Views: 3326

Re: Small fix to XRoar's GDB support

I can't use gdb under Linux. :( Is there a way to build GDB-6x09? I have to use an EXE-file with Virtual Box. Thanks.
by litwr
Sun Jan 01, 2017 12:27 pm
Forum: Dragon General
Topic: A mathematical demo
Replies: 17
Views: 13976

Re: A mathematical demo

Thanks! :) It may make PI-DEMO 2 bytes shorter. :D EDIT. Sorry, a small typo made typing π for 6309 a bit wrong. It is fixed. Version 20 of demo is released. I have made it a bit faster. So Dragon 32 with 6809 is faster than C128/NTSC now. It is a mystery with BBC Micro and Dragon race. The Beeb is ...
by litwr
Fri Dec 30, 2016 5:37 pm
Forum: Dragon General
Topic: A mathematical demo
Replies: 17
Views: 13976

A mathematical demo

Hi. Happy New Year and Holidays! :) I dare to present my small multi-platform project PI-DEMO. It is available at http://litwr2.atspace.eu/pi/pi-spigot-benchmark.html . It has versions for 6809 and 6309. 6309 shows 3.63 times faster speed than 6809! I am using XROAR emulator. IMHO Xroar (+ GDB) is o...