DF: Direction flags to determine in which direction the operations will take place. (SI, DI responsible)
CLD: DF=0
STD: DF=1
MOVSB: Copies one character off a string into another (similarly MOVSW)
REP: Repeats in CX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from matplotlib import animation | |
import matplotlib.pyplot as plt | |
import gym | |
""" | |
Ensure you have imagemagick installed with | |
sudo apt-get install imagemagick | |
Open file in CLI with: | |
xgd-open <filelname> |