Re: Help for a confused soul

new topic     » goto parent     » topic index » view thread      » older message » newer message

At 22:58 97-06-12 -0400, you wrote:
>---------------------- Information from the mail header -----------------------
>Sender:       Euphoria Programming for MS-DOS <EUPHORIA at
>MIAMIU.ACS.MUOHIO.EDU>
>Poster:       Greg Harris <blackdog at CDC.NET>
>Subject:      Help for a confused soul
>-------------------------------------------------------------------------------
>
>I need some help converting this asm code to euphoria byte code.
>Any help would be appreciated!
>
>Video = #A0000 and buffer is an atom representing a virtual screen.
>
>push ds
>les di, video
>lds si, buffer
>mov cx, 32000  ;320*200/2
>rep movsw
>pop ds
>ret
>
>Greg Harris
>blackdog at cdc.net
>

What about mem_copy(Video,buffer,32000)
Jacques Deschenes
Baie-Comeau, Quebec
Canada
desja at quebectel.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu