vax_vms_user
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vax_vms_user [2026/05/25 04:40] – admin | vax_vms_user [2026/06/22 00:14] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **# Show current DIR:** | + | **# Show current DIR like PWD:** |
| < | < | ||
| + | |||
| + | **# Change DIR [000000] is the root of system** | ||
| + | |||
| + | < | ||
| + | |||
| + | **# Create directory** | ||
| + | < | ||
| + | |||
| + | DIR & SUB \\ | ||
| + | < | ||
| + | |||
| + | |||
| + | **# List directory** | ||
| + | |||
| + | < | ||
| **# Run Basic:** | **# Run Basic:** | ||
| Line 8: | Line 23: | ||
| < | < | ||
| - | **# Programming** | + | To save a program (Do this from within the basic interpreter) |
| + | < | ||
| + | To load a program (Do this from within the basic interpreter) | ||
| + | < | ||
| + | |||
| + | **# Programming** \\ | ||
| + | |||
| + | Fix a file copied in from a modern computer \\ | ||
| + | < | ||
| < | < | ||
| < | < | ||
| Line 17: | Line 40: | ||
| Enter a simple helloworld: | Enter a simple helloworld: | ||
| - | < | + | < |
| - | < | + | CREATE HELLO.C |
| - | #include < | + | #include < |
| - | \\ | + | |
| - | int main() {\\ | + | int main() { |
| - | printf(" | + | printf(" |
| - | return 0;\\ | + | return 0; |
| - | }\\ | + | } |
| </ | </ | ||
| + | For fortran | ||
| + | |||
| + | < | ||
| + | |||
| + | Link and run same as c | ||
| + | |||
| + | **# Games** | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | More to come.... | ||
vax_vms_user.1779684002.txt.gz · Last modified: by admin
