flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > [solved] troubleshooting cp/m-86 programing |
Author |
|
revolution 20 Feb 2019, 06:47
Your code appears to be completely empty, there are no instructions there. At the very least you will need something to return back to the OS. I haven't looked at the CP/M-86 spec but it might be "int 0x20" or "ret" or something. Once you get your code exiting properly you can then move on to a simple "Hello world!" application.
Last edited by revolution on 21 Feb 2019, 06:03; edited 1 time in total |
|||
20 Feb 2019, 06:47 |
|
connor 20 Feb 2019, 07:13
setting the origin
and exit back to cpm is all i'm trying to do the interrupt your talking about might be int 224 _________________ cars tech weed bitches country & thug life |
|||
20 Feb 2019, 07:13 |
|
connor 21 Feb 2019, 05:54
OK HERE WE GO I FIGURED IT OUT:
;the simplest program you can make in cp/m-86 org 0100h xor cx,cx ; warm boot reset int 224 ;bdos recall end ; it works only in this way ; y'all can figure where to go from here |
|||
21 Feb 2019, 05:54 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.