X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=sw%2Fos8%2Fv3d%2Fsources%2Ffortran%2Fdectapes%2Fdectape1%2Fabs.ra;fp=sw%2Fos8%2Fv3d%2Fsources%2Ffortran%2Fdectapes%2Fdectape1%2Fabs.ra;h=b5db2575d58b78de2cd033671495b47543910f67;hb=81e70d488b71bf995c459ca3a02c025993460ffa;hp=0000000000000000000000000000000000000000;hpb=07ec0278333ed187ac242dedcff13c56cf1b0b91;p=pdp8.git diff --git a/sw/os8/v3d/sources/fortran/dectapes/dectape1/abs.ra b/sw/os8/v3d/sources/fortran/dectapes/dectape1/abs.ra new file mode 100644 index 0000000..b5db257 --- /dev/null +++ b/sw/os8/v3d/sources/fortran/dectapes/dectape1/abs.ra @@ -0,0 +1,21 @@ +/ +/ VERSION 5A 4-27-77 PT +/ + SECT IABS + ENTRY ABS + BASE 0 +ABS, FLDA 0 /GET RETURN ADDRESS + STARTD + FSTA RETRN + FADD TWO /GET ADDRESS OF ARG POINTER + FSTA 3 + FLDA% 3 /GET ARG ADDRESS + FSTA 3 + STARTF + FLDA% 3 /GET ARG + JGE RETRN /POSITIVE, SKIP NEGATE + FNEG +RETRN, 0;0 +TWO, 0;2 + END +