Changes

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