docs were copy paste

This commit is contained in:
Torsten Ruger 2014-04-20 23:47:44 +03:00
parent dd0b539a56
commit 87db8b527e

View File

@ -1,10 +1,9 @@
require_relative 'helper' require_relative 'helper'
require "asm/arm/code_generator"
# try to test that the generation of basic instructions works # test the generation of a whole program
# one instruction at a time, reverse testing from objdump --demangle -Sfghxp # not many asserts, but assume all is well (ho ho)
# tests are named as per assembler code, ie test_mov testing mov instruction # linking and running does not produce seqmentation fault, ie it works
# adc add and bic eor orr rsb rsc sbc sub mov mvn cmn cmp teq tst b bl bx swi strb # moving on to calling external functions to get some output
class TestSmallProg < MiniTest::Test class TestSmallProg < MiniTest::Test
# need a code generator, for arm # need a code generator, for arm