Re: A86: Interrupt programming


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

Re: A86: Interrupt programming




also you must push/pop af/bc/de/hl before/after every call you make and NO
guarantee on if the programs will work, esp ones that involve getkey, ports,
anything that needs data loaded to/from ports

>#include "asm86.h"
>#include "ti86asm.inc"
>
>.org _asm_exec_ram



Follow-Ups: