Protected: Twilighte card v0.5
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
#include "../orix/src/include/orix.h" #include "../orix/src/include/macro.h" ; set the header FOPEN(filename,O_RDONLY); Macro open in readonly ; A register contains FP id rts filename .asc "/opt/toto.txt">
My card does not work on the oric with a 6502 It’s not corrected yet. You have “controler not found” when you type “ls” Please check that the card is paralell to your table : If the connector is not inserted correctly, there is some problem with expansion port connection
This header had been created in order to manage CPU version, rom version, language version etc Orix is a simple OS. All specs of this header are not written here, because it’s not known yet. This header will manage in the future a sedoric file, FTDOS file, and so on. *=$1000-20 ; include header .byt Read more about Orix header[…]
Send a string on the screen (depending of cursor position) #include "../orix/src/include/orix.h" #include "../orix/src/include/macro.h" ; set the header PRINT(str) rts str .asc "hello world !",0
[table id=3 /]
There is no excerpt because this is a protected post.
Overview Features Monitor debugger (trace) little assembler Commands help : list all commands trace $xxxx : trace code from $xxxx bank X : switch to bank X to read it Monitor prompt Monitor help
Some software are available here : http://repo.orix.oric.org/dists/orix1/official/tgz/6502/ All software in this directory are contains here : orix_key.tar.gz Unzip it on the USB key
There is no excerpt because this is a protected post.