Re: A86: abs addressing


[Prev][Next][Index][Thread]

Re: A86: abs addressing




yeah, _load_ram_ahl should work:
  ld a,$03
  ld hl,$c000
  call _load_ram_ahl

if you want to get a number to put into port 6 and a fixed address, you
can use _conv_ahl:
  call _conv_ahl
  add a,$40
  out (6),a
but that's exactly what _load_ram_ahl does

-josh

On Sat, 14 Nov 1998 21:16:05 EST ComAsYuAre@aol.com writes:
>
>if you have an absolute address of say $03c000 (just an example), then 
>how do
>you go about accessing that?
>
>do you use _load_ram_ahl? that doesn't seem to work.
>is there an easy way to convert that to a value that you can send to 
>port 5 or
>6?
>

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]