gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

OffTopic > DOS Gforth accessing $B800 segment

#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:
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.