Skip to content

Latest commit

 

History

History

bytecodes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

monty bytecodes

Technologies

  • Files written in vi, vim, and emacs editors.
  • C files compiled using gcc 9.4.0.
  • C files wriiten according to the betty coding style. Checked using betty-style.pl and betty-doc.pl.
  • Files tested on Ubuntu 20.04 LTS
  • Outpus are printed on stdout
  • Error messages printed on stderr

Files

File Description/Question
00.m Implements the push and ```pall`````` opcodes.
06.m Implements the pint opcode.
07.m Implements the pop opcode.
09.m Implements the swap opcode.
12.m Implements the add opcode.
19.m Implements the sub opcode.
28.m Implements the pchar opcode.
31.m Implements the pstr opcode.
35.m Implements the rotl opcode.
47.m Implement the stack and queue opcodes.