How to create a new user program file?

General discussions about using the Astrobe IDE to program the FPGA RISC5 cpu used in Project Oberon 2013
Post Reply
Helpdesk
Posts: 33
Joined: Sat Jan 01, 2011 5:43 am
Contact:

How to create a new user program file?

Post by Helpdesk » Wed Jun 27, 2018 8:23 am

Odd thing on the Pepino board, I can load existing Oberon source system files from the Saalima SD card and edit them and compile and rum, but I haven't figured out how to create a user program file, such as a test "Hello World" or something basic,

I must be missing something.

cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: How to create a new user program file?

Post by cfbsoftware » Wed Jun 27, 2018 8:25 am

Use the command:
  • Edit.Open filename
to create a new file on Project Oberon. If the file doesn't already exist it will create it for you.

Post Reply