<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cisc-0.2/programs/sub-suite/tmp-stuff, branch new-instruction-handler</title>
<subtitle>An emulator for the Sux instruction set.</subtitle>
<id>https://git.b0nk.xyz/cisc-0.2.git/atom?h=new-instruction-handler</id>
<link rel='self' href='https://git.b0nk.xyz/cisc-0.2.git/atom?h=new-instruction-handler'/>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/'/>
<updated>2021-02-25T17:43:11Z</updated>
<entry>
<title>- Implemented the multiply expression into the assembler.</title>
<updated>2021-02-25T17:43:11Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2021-02-25T17:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=35a18609864470b3dc49f3a9a6cb6ec93e57300d'/>
<id>urn:sha1:35a18609864470b3dc49f3a9a6cb6ec93e57300d</id>
<content type='text'>
- Implemented support for the SIB addressing mode into
  the assembler.

  SIB is short for "Scale Index, and Base", and works
  much like x86's version of SIB (scale*index+base),
  although my version supports any scale value between
  1, and 256.

- Redid the line shifting routine in SuBEditor.

  It now uses memcpy, and memset to do that, and also
  supports shifting the line left, or right by any
  number of characters.
</content>
</entry>
<entry>
<title>- Reverted back one commit before the previous commit.</title>
<updated>2021-02-13T18:59:48Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2021-02-13T18:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=8d7f27d9a0b61d3694a62f3e54be885d8073f02b'/>
<id>urn:sha1:8d7f27d9a0b61d3694a62f3e54be885d8073f02b</id>
<content type='text'>
  This is because the previous commit actually created
  a bug, rather than fixing one.

- Added JMP, and JSR to the ortho extension, and
  implemented them both in the assembler, and
  emulator.
</content>
</entry>
</feed>
