-
(Email from Nick, 15/3/2017)
Has anyone ever asked for the EDM? JACE supports it.
http://www.jamtronix.com/blog/2007/05/24/apple-extended-debugging-monitor/
Obviously it's not really needed sin…
tomcw updated
6 years ago
-
Disassembling code that uses ProDOS-like calling conventions (`JSR MLI .byte CALL .addr DATA`), da65 ran into this:
```
...
20 00 40 JSR $4000
11 .byte $11
8A 6E .addr $6E8A
20 00 …
-
Hi, I'm getting the Apple2 port of PLATOTerm64 ready to build.
Have done the necessary initial work to fan out the apple2 target in my tree, and I have applecommander 1.4 working, and it is taking my…
-
... at least it's failing the test suite there.
-
Well, I suppose this is not an "Issue" because your design obviously works fine without level shifters between the 5V 6502 and the 3.3V propeller. The only reason I am bringing it up is because I trie…
-
-
Please note that I'm redefining the word "testing" in a couple of these examples on purpose.
If I don't put CR into a word, I can put multiple strings into a work like so:
```
Type 'bye' to exit
:…
-
Hi,
I'm adding 65C02 support to an emulator and currently stuck on the TRB tests for 65C02
It completes an op1 loop, but appears to fail when OP2/$0B = $01
As you can see, AND $0B does not set …
-
Currently, Tali Forth words are tested by typing or copy & pasting commands from the documentation into the terminal and comparing this to the output. This is time consuming and error-prone. What is n…
-
Instead of the "super ugly" over-hacked C source, let's write a Python script able to generate a 65xx (at least: 6502, 65C02, 65CE02, maybe DTV6502, and 65816 in the future) emulators for C, and proba…