#160570 - zzo38computer - Thu Jul 17, 2008 9:44 pm
I have the DOS Gforth. How do you access the other segments of memory in Gforth?
Here is what I have and it doesn't work:
_________________
Important: Please send messages about FWNITRO to the public forum, not privately to me.
Here is what I have and it doesn't work:
Code: |
code scr-peek
ds push $b800 # push ds pop bx ) push bx pop ds pop next end-code |
_________________
Important: Please send messages about FWNITRO to the public forum, not privately to me.