Home > Archive > Prolog > May 2006 > Assembler in Prolog?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Assembler in Prolog?
|
|
| Andreas Kochenburger 2006-05-04, 8:02 am |
| Hi
I was googling for a small 8086 assembler written in Prolog, but
without success.
Something in the line of
asm(X,'int 21h').
X = [205,33]
where 205 33 means hex CD 21 as processor opcodes for DOS interrupt
21.
I'd be grateful to know where I could look
Andreas
-------
Real humanism is really brutal.
| |
| Duncan Patton 2006-05-07, 7:12 pm |
| On Thu, 04 May 2006 14:11:51 +0200
Andreas Kochenburger <akk@nospam.com> wrote:
> Hi
> I was googling for a small 8086 assembler written in Prolog, but
> without success.
> Something in the line of
>
> asm(X,'int 21h').
> X = [205,33]
>
> where 205 33 means hex CD 21 as processor opcodes for DOS interrupt
> 21.
>
> I'd be grateful to know where I could look
>
> Andreas
> -------
>
> Real humanism is really brutal.
I recall something like this in Turbo/PDC prolog, but I'm not sure.
There's another guy here who is interested in similar things and
may have come across it: newser.bbs@bbs.ee.ncu.edu.tw
Dhu
--
???????????????????????????????????????
Open Systems Integration
Contact Fubar the Hack: fubar AT neotext.ca
Area code seven eight zero, Exchange four six six, Local zero one zero nine
Highland terms, Canadian workmanship.
All persons named herein are purely fictional victims
of the Canidian Bagle Breeder's Association.
Save the Bagle!
Sun Dhu
???????????????????????????????????????
| |
| newser.bbs@bbs.ee.ncu.edu.tw 2006-05-07, 7:12 pm |
| Duncan Patton wrote:
> Andreas Kochenburger <akk@nospam.com> wrote:
>................
> I recall something like this in Turbo/PDC prolog, but I'm not sure.
> There's another guy here who is interested in similar things and
> may have come across it: newser.bbs@bbs.ee.ncu.edu.tw
Duncan , if you have read the work of Andreas , you might hane known
that Andreas is a master in this area , writing compiler with prolog.
Please see :
http://home.arcor.de/a.s.kochenburger/downloads/AFC.ZIP
| |
| newser.bbs@bbs.ee.ncu.edu.tw 2006-05-07, 7:12 pm |
| Duncan Patton wrote:
> Andreas Kochenburger <akk@nospam.com> wrote:
>................
> I recall something like this in Turbo/PDC prolog, but I'm not sure.
> There's another guy here who is interested in similar things and
> may have come across it: newser.bbs@bbs.ee.ncu.edu.tw
Duncan , if you have read the work of Andreas , you might have known
that Andreas is a master in this area , writing compiler with prolog.
Please see :
http://home.arcor.de/a.s.kochenburger/downloads/AFC.ZIP
| |
| Duncan Patton 2006-05-07, 7:12 pm |
| On 5 May 2006 07:43:52 -0700
newser.bbs@bbs.ee.ncu.edu.tw wrote:
> Duncan Patton wrote:
>
> Duncan , if you have read the work of Andreas , you might have known
> that Andreas is a master in this area , writing compiler with prolog.
> Please see :
> http://home.arcor.de/a.s.kochenburger/downloads/AFC.ZIP
>
Hey, learn something new all the time.
Dhu
--
???????????????????????????????????????
Open Systems Integration
Contact Fubar the Hack: fubar AT neotext.ca
Area code seven eight zero, Exchange four six six, Local zero one zero nine
Highland terms, Canadian workmanship.
All persons named herein are purely fictional victims
of the Canidian Bagle Breeder's Association.
Save the Bagle!
Sun Dhu
???????????????????????????????????????
|
|
|
|
|