Atlas Emulator Help

The following hardware instructions operate on the Floating-point Accumulator -

Unstandardised
(pseudo Fixed-point)
Standardised Floating-point Pseudo Double-length
Rounded Unrounded
Addition and Subtraction
330 a'=am+s AO
331 a'=am-s AO
332 a'=s-am AO
320 am'=am+s QRE 
321 am'=am-s QRE
322 am'=s-am QRE
300 a'=am+s QE
301 a'=am-s QE
302 a'=s-am QE
310 a'=am+s NQE 
311 a'=am-s NQE
Transfers in
334 a'=s
335 a'=-s AO
324 a'=s Q
325 a'=-s QE
314 am'=s N
315 am'=-s NAO
344  l'=sx
345  l'=sx
     m'=ss
Transfers out
346 s'=am
    a'=0
356 s'=am
347 s'=al
    l'=0
357 s'=al
Multiplication
352 l'=m*s  EAO
353 l'=-m*s EAO
362 am'=am*s  QRE
363 am'=-am*s QRE
342 a'=am*s QE
343 a'=-am*s QE
372 a'=am*s  EAO
373 a'=-am*s EAO
Division
375 al'=+a/|s|
     m'=rem E
374 am'=am/s
     l'=0 E
376 al'=+a/|s|
     m'=rem EDO
377 al'=|am|/|s|
     m'=rem EDO
Standardisation and Rounding
361 am'=a RE
354 am'=a R+AO
360 am'=a QRE
340 a'=a QE
355 a'=al*8-13 Q
Octal Shifts & Modulii
364 ax'=8*ax
365 ax'=ax/8
366 a'=|am| QE
367 a'=|s| QE
Check Exponent Overflow
341 a'=a E
AO Accumulator may overflow Q Accumulator standardised
N L not cleared R Accumulator rounded
R+ Rounded by adding E Exponent overflow may occur
DO Division overflow may occur
Click Here to see the list in numerical order.