TX-2-simulator icon indicating copy to clipboard operation
TX-2-simulator copied to clipboard

Implement FLF and FLG opcodes

Open jamesyoungman opened this issue 3 years ago • 1 comments
trafficstars

Should be straightforward; these are essentially the opposite of SPF and SPG.

jamesyoungman avatar Mar 29 '22 20:03 jamesyoungman

The SPG instruction (which copies data from main memory to F-memory) is already implemented in src/control/op_configuration.rs. The FLG instruction simply does the opposite (copies out of F-memory into main memory). FLF does the same, but for just one value at a time.

FLF and FLG are described in the User's Handbook on page 3-55 (which is physical page 50 in this online version of the User's Handbook.

jamesyoungman avatar Mar 29 '22 21:03 jamesyoungman