aldweb

Close I. aldweb

Close II. PC Freeware

Close III. Palm Freeware

Close IV. Palm Shareware

Close V. iziBasic Palm

Close VI. Palm Knowledge

Close VII. Pocket Computer

Close VIII. miniPortail

Special !



Mobile version of
the aldweb Site

m.aldweb.com


Neither French, nor English?

Try one of these flags then:
[de] [es] [it] [pt]
Search




Weather / Spam / www

Lyon Weather


aldweb against spam


Newsletter
To receive news about this website, consider subscribing to our Newsletter.
Subscribe
Unsubscribe
298 Subscribers
Family's web sites

Webmaster - Infos
Friends News
Visits

   visitors

   visitors online

Poll
What do you think of the new design of the aldweb Site?
 
Great !
Beautiful
Average
So ugly...
Results
Post an answer

Thanks for taking the time to write this message.

Your user name :

Your e-mail :

Hide your e-mail address to visitors:      
Note: the e-mail address is protected against SPAM.

Subscribe to this thread :      

You are answering to edgar who wrote:


Hello jack!

I have not tried to convert the basic lines you wrote to machine language, but I did it with the following code:

10 A$­­=INKEY$­­;IF A$­­<>"" THEN PRINT A$­­;
20 GOTO 10

Currently I'm working on a collectiction of basic input/output functions for the PC1403(H), PC1350, PC1360, PC1262 and PC1402. It is a kind of a simple operating system and, for the PC1350, it is in alpha stage because there is a good emulator from lolo.

The basic code would look like this (assembled with asxxxx and linked with my i/o functions called "pshell"):

.area pshell (REL)

.include "pshell.h"

; --8x------------------------------------------------
; Start of input/output demo applikation
; ----------------------------------------------------
iod_st:
.dw iod_end-iod_st ; size of the programm
.if __PC_HAS_LOWERCASE_CHARS__
.ascii "I/O Demo" ; name of the programm
.else
.ascii "I/O DEMO" ; name of the programm
.endif
.db 0x00 ; end of string
.db 0x05 ; number of graphic
; icon bytes
.dw 0x5555 ; icon pattern
.dw 0x5555
.db 0x55

iod: CALL ps_getchar
CALL ps_putchar
JRM iod

iod_end:
.dw 0x0000 ; trailing 0 to indicate
; the end of the pshell
; program series; this
; may be overwritten by
; the next program in
; memory

If you are interested, I would make
the code of ps_getchar and ps_puchar public.

If you want to write a compiler, NEVER
start from scratch. Use an existing open
source compiler and write a backend for
the 61860 or use a compiler-compiler
tool like YACC. I think, pascal is a
nice language, but I would prefer to
have a C compiler, because there is
more software around to use with a C
compiler.

regards,

edgar


Help :

Code Syntax :

  • <color=CodeHexadecimal></color> enables text colouring.
    Note : Instead of the hexadecimal code (#??????), you can specify the name of the colour(red, yellow, orange, green, blue, etc...). For extra info...
  • <bgcolor=CodeHexadecimal></bgcolor> enables the colored highlighting of a text.
    Note : Instead of the hexadecimal code (#??????), you can specify the name of the colour(red, yellow, orange, green, blue, etc...). For extra info...
  • <b></b> enables the emboldening of a text.
  • <i></i> enables the italicising of a text.
  • <u></u> enables the underlining of a text.
  • <cite></cite> enables quotation inserting.
    Note : You can specify the name of the authors by typing <cite=Author>
  • <code></code> enables code inserting.
    Note : You can specify the language by typing <code=LanguageName>
  • <left></left> enables left align.
  • <center></center> enables center align.
  • <right></right> enables right align.
  • <link></link> enables link inserting.
    Note : You can specify the link URL by typing <link=URL>text</link>. If you do not specify the link URL, the URL will be the one between the two tags.<link>URL</link>
  • <img=SmileyName> enables smiley insertion.
    Note : The names of available basic smileys are : cool, wink, biggrin, smile, frown, eek, mad, confused, rolleyes, tongue, cry. For extra info...

Access keys (under Windows) :

  • Key SHIFT + arrow (right or left) enables text selection
  • Key ALT + 2 enables toolbar selection
  • Key ALT + 3 enables editing zone selection
  • Key ALT + 4 displays Help
  • Key ALT + 5 hides Help
  • Key TAB enables going from one selection to the next
  • Key SHIFT + TAB enables going from one selection to the previous
  • Key ALT + arrow (towards bottom or top) enables folding out of the selected menu
  • Key ALT + arrow (towards bottom or top) enables the folding up of a spread out menu
  • Key arrow (towards bottom or top) enables the browsing through a spread out menu
  • Key ALT + s enables form sending

   |     |  Bold  Italic  Underline  Insert a quotation    Align Left  Center justify  Align Right  Insert a link  Insert Smiley (popup)  Preview (popup)  Display Help   
smiley cool  smiley wink  smiley biggrin  smiley smile  smiley frown  smiley eek  smiley mad  smiley confused  smiley rolleyes  smiley tongue  smiley cry 
Captcha reload
Copy the text:


 
 
^ Top ^