Jump to content



Photo
- - - - -

Unix


  • Please log in to reply
14 replies to this topic

#1 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 02 July 2003 - 02:42 PM

like i said in the .cas thread, i found Unix on martins site, and it has funny symbols for things in both Cedit and Xchange, and i was wondering what this might mean...
\h\F\F\F\F


\th i think means theta. maybe?

both commands were in Xchange, in Cedit, they had funny symbols not on the keyboard.

also it has lowercase letters for typing somethings, how do i do them?

#2 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 02 July 2003 - 06:38 PM

could you post a section of the code?

#3 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 02 July 2003 - 07:23 PM

Locate 15, Y, List Ans[3] and \h\F\F\F\F:Y < 7 => Isz Y


#4 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 03 July 2003 - 02:20 AM

i figured out that they are tokens or something like that, and \h is hexadecimal and the \F's are hexadecimal numbers. but, i can't figure out how to write these files :profanity: can somebody help me??? :(

#5 Martin

Martin

    Casio Freak

  • Members
  • PipPipPipPip
  • 121 posts
  • Gender:Male
  • Location:Praha
  • Interests:asm on cfx9850

  • Calculators:
    fx82l
    fx7700GB
    cfx9850G
    TI92
    fx9860G SD
    Rheinmetall KEL IIc
    H. W. Ebmeyer - Tarema
    fx cg20

Posted 03 July 2003 - 05:47 AM

like i said in the .cas thread, i found Unix on martins site, and it has funny symbols for things in both Cedit and Xchange, and i was wondering what this might mean...

<!--QuoteEBegin-->\h\F\F\F\F<!--QuoteEBegin-->


\th i think means theta. maybe?

both commands were in Xchange, in Cedit, they had funny symbols not on the keyboard.

also it has lowercase letters for typing somethings,  how do i do them?

Open the original file with cedit. You will see exactly what characters are there. Be sure to run cedit in full screen mode if you use M$ Windouz

#6 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 03 July 2003 - 02:01 PM

thanks Martin, now it looks normal and i dont have to guess at things, but how do i switch to hexadecimal in the middle of the program? i can't find the commands for the h and the F. ;)

#7 Martin

Martin

    Casio Freak

  • Members
  • PipPipPipPip
  • 121 posts
  • Gender:Male
  • Location:Praha
  • Interests:asm on cfx9850

  • Calculators:
    fx82l
    fx7700GB
    cfx9850G
    TI92
    fx9860G SD
    Rheinmetall KEL IIc
    H. W. Ebmeyer - Tarema
    fx cg20

Posted 04 July 2003 - 07:34 AM

how do i switch to hexadecimal in the middle of the program? i can't find the commands for the h and the F. ;)

You can use equivalent number in DEC. I used HEX numbers to save byte. There is one trick how to edit standard program in hex mode. I am not sure I am exact, but it has something to do with 1->X:Dsz X at the end of program:
have file 1 in NBASE mode, which contains:
1->X:Dsz X
and have file2 in COMP , which is just under file1 in program list. This file contains 1 correct command and syntax error (any)
A->A:A1A
Run file 1
the calc continues to execute file2 (it jumps over the EOF of file1), but in NBASE mode
it shows you error - edit the file, type here all NBASE commands that exist.
exit the editor and enter back here - now you are in COMP mode,but you can use all NBASE commands (use clipboard - function memory)

if it will not work, try to change file1 to
1->X:Dsz X:'

#8 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 04 July 2003 - 09:48 PM

i figured out something, i don't know if it works the same though, could somebody tell me?

go to run mode, in hexadecimal mode, type the four F's and asign it to a variable, and then in regular mode, assign the variable to a matrix, and load the matrtix in the program and asign it to a variable and use it to replace the four F's

it didnt seem to have any errors when i ran it.

Edited by Bob Vila, 04 July 2003 - 09:49 PM.


#9 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 06 July 2003 - 12:54 PM

okay, i think i finished typing it in, but i don't know any unix commands, could somebody tell me some?

#10 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 06 July 2003 - 01:34 PM

try it with "ls" but be aware that this is a BASIC program!
Don't expect too much functionality. it won't be pretty different from what I've seen as windows
remakes. They do nearly nothing (I don't wont to say nothing at all)

#11 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 06 July 2003 - 06:34 PM

okay, i typed it in and it did this
PATH:
/
00000000     1


what is that suppost to mean? are there any other things this program can do?

#12 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 07 July 2003 - 11:16 AM

it is the same like the dir command on a dos system listing the directorys contents.

try some other things:

help (? don't know if it works!)
man (manual pages)
df (Free diskspace)
ps (list processes)
mkdir (make directory)
cd (change directory)

etc...

#13 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 07 July 2003 - 02:39 PM

none of those commands worked, maybe i typed something in wrong :( and i'm not in the mood for searching for glitches in a 17 program program. :)

#14 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 08 July 2003 - 02:07 PM

as I already said this has NOTHING in common with a real OS. It is simply like a game.
I can't imagine that it cas a filesystem or can interprete commands correctly.

#15 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 08 July 2003 - 04:29 PM

as I already said this has NOTHING in common with a real OS. It is simply like a game.
I can't imagine that it cas a filesystem or can interprete commands correctly.


that sucks. :angry:




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users