Re: LZ: CAZ-compatible version of NASR


[Prev][Next][Index][Thread]

Re: LZ: CAZ-compatible version of NASR



The CAZ conversions aren't that hard to do.... 


   *Take BBEdit and capitalize everything.
   *Change from:    |to:
           ---------+---------
           $nnnn     0xnnnn
           .org      ORG
           #include  INCLUDE
           .db       DEFB
           .dw       DEFW
          
Change:
       [code]
       ROM_CALL(zs_function)
       [code]
to:
       [code]
       DEFW   zs_function ;This is what ROM_CALL tries to run
       call   ROM_CALL    ;call is the instruction
                          ;ROM_CALL is what routine to CALL
       [code]


Any more questions... just ask.  I have a fairly good idea what's going on
with CAZ.  BTW... do you have the english docs?
<pre>
--
Chris Kuethe <ckuethe@gpu.srv.ualberta.ca> LPGV Electronics and Controls


RSA in 3 lines of PERL:
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
</pre>


References: