You are now a full forum member and should be able to use private messages. Have fun!
-- Rolf
Search found 327 matches
- Sat Mar 29, 2025 11:51 am
- Forum: Dragon General
- Topic: For sale
- Replies: 2
- Views: 36016
- Tue Feb 11, 2025 5:58 pm
- Forum: Discuss This Site
- Topic: Forum registration
- Replies: 0
- Views: 70627
Forum registration
From time to time I hear about prospective forum members having problems signing up. I thought I'd describe the process and also share a few hints if the self service signup doesn't work. We want to be inclusive and welcoming to new members, but also not spending several hours a day blocking robot g...
- Mon Feb 10, 2025 10:21 pm
- Forum: Discuss This Site
- Topic: User trying to register
- Replies: 2
- Views: 35809
Re: User trying to register
I've reached out to him on the discord server, trying to sort this out.
-- Rolf
-- Rolf
- Sun Feb 02, 2025 10:26 pm
- Forum: Dragon General
- Topic: XRoar 1.8 released
- Replies: 12
- Views: 284183
Re: XRoar 1.8 released
Hi Steve,
Are you aware of XRoar online at http://www.6809.org.uk/xroar/online/? I guess it should work from an Android-based tablet, too.
-- Rolf
Are you aware of XRoar online at http://www.6809.org.uk/xroar/online/? I guess it should work from an Android-based tablet, too.
-- Rolf
- Fri Jan 31, 2025 7:36 pm
- Forum: Dragon General
- Topic: XRoar 1.8 released
- Replies: 12
- Views: 284183
Re: XRoar 1.8 released
Now, this looks like a few very useful additions. I have been toying with the idea of unit testing assembly code from time to time. Can't wait to test this out
-- Rolf

-- Rolf
- Mon Jan 13, 2025 7:13 pm
- Forum: Dragon General
- Topic: New game: DragonTet by Salvador Cantero
- Replies: 1
- Views: 34035
Re: New game: DragonTet by Salvador Cantero
Nice game with nice artwork! And gives me some motivation to start looking into CMOC -- something I have been thinking about for a long time (but only thinking...)
-- Rolf
-- Rolf
- Sat Jan 11, 2025 1:27 pm
- Forum: Discuss This Site
- Topic: Why has my IP address been blocked?
- Replies: 2
- Views: 41421
Re: Why has my IP address been blocked?
Hmmm... That doesn't sound right. I will look into it and fix. I might send you a PM or two for more info if I can't figure it out immediately.
- Fri Dec 20, 2024 4:22 pm
- Forum: Dragon General
- Topic: asm6809 Christmas wish
- Replies: 3
- Views: 40815
Re: asm6809 Christmas wish
Asserts work like a charm. I don't have a big problem with the message-less asserts either. As long as it produces an assertion error and a line reference, that also works for quick tests where I can't be bothered to actually write a meaningful message. Onward to more robust code, and thanks again. ...
- Fri Dec 20, 2024 1:28 pm
- Forum: Dragon General
- Topic: asm6809 Christmas wish
- Replies: 3
- Views: 40815
Re: asm6809 Christmas wish
Thanks. It feels like Christmas came early this year. I will certainly try a build and give it a spin.
-- Rolf
-- Rolf
- Thu Dec 19, 2024 9:37 pm
- Forum: Dragon General
- Topic: asm6809 Christmas wish
- Replies: 3
- Views: 40815
asm6809 Christmas wish
Hi sixxie With asm6809 being my goto tool for any Dragon development work, dare I suggest a few new pseudo-ops to make life even easier? Something along the lines of ASSERT condition, message WARNING message ERROR message INFO message Especially the ASSERT would be tremendously useful when making as...