Search found 16 matches
- Thu Apr 14, 2022 4:06 pm
- Forum: Programming
- Topic: codex
- Replies: 22
- Views: 10080
codex
The huge bug fix went in, although I have another to submit. Docs next. Things ought to be squared away for r40.
There are still some small items to be completed, and I'll hit those after the docs. BTW, I'll submit some docs to the official doc repo too.
- Fri Apr 01, 2022 1:28 am
- Forum: Programming
- Topic: codex
- Replies: 22
- Views: 10080
codex
Hi all, I've been busy this last couple of weeks and renewed activity of the ROM caught me off guard. The Codex in ROM is from July of last year. I have another large pull request to submit, I need to square that all away with the current release. I'll update the docs too. There is some older stuf...
- Thu Mar 04, 2021 5:57 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
Hi David, I haven't heard of anyone doing anything beyond "Hello World". I may be able to think up something a bit more meaty. I wonder if any of the creative coders on the forum might be up to this challenge? A coder writing a small flashy demo can get 15 seconds of fame and help provide valuable ...
- Mon Feb 22, 2021 4:34 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
Looks like I'll need to dig into the source and use a similar technique. Thanks for the tips.
- Mon Feb 22, 2021 4:08 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
I'd like to, but my experiments (using the emulator) don't appear to support ESCAPE. I need to check with the kernal guys to see if ESCAPE will be supported.
- Sat Feb 20, 2021 11:31 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
By the way, in any prompt, pressing F8 will "escape" from the prompt.
- Sat Feb 20, 2021 11:22 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
Yep, it's a bug! Thanks for the report. I'll fix it in the next version.
- Sat Dec 19, 2020 6:45 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
Use the "view mode" to examine defined labels. This shows all defined labels , even outside of the program region. It is missing the ability to define a label outside of the program region. As for examining the 16 bit registers, the debug display shows those. You can not use assembly mode to look ...
- Sat Nov 14, 2020 4:54 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
That is a UI limitation right now. While in ASSY mode, select the address you want to insert at, then insert instruction.
This is useful whenever you are attempting an edit outside of the program region.
I need to think about append some more.
- Tue Oct 13, 2020 8:09 pm
- Forum: Official Announcements
- Topic: Assembly Environment V0.8 released
- Replies: 21
- Views: 9354
Assembly Environment V0.8 released
V 0.81 has been updated to fix bugs in 0.80. Available at the google site.