Changes

Jump to: navigation, search

Programming:An example to define a RSX

62 bytes added, 22:29, 20 April 2024
defb "COMMAND","1"+&80 ;the last letter of each RSX name must have bit 7 set to 1.
defb "COMMAND","2"+&80 ;This is used by the Kernel to identify the end of the name.
defb "COMMAND","3"+&80 ;commands in ALWAYS in UPPER case, otherwise you'll get errors
defb 0 ;end of name table marker
24
edits