I ran into a minor problem because I had to rewrite some code, as I'd written "MOV DS,CS" which won't work: you can only move to segment registers like DS from general purpose registers.
So I rewrote it as:
MOV AX, CS
MOV CS, AX
Yeah that second line is a typo. I typed CS instead of DS. CS is where it gets instructions from, so the x86 will not let you write to it, although the encoding allows it. So yeah, that didn't work, it triggered a CPU fault
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.