Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Add test case + readme for exponential float literals. #157

Closed Prof9 closed 5 years ago

Prof9 commented 5 years ago

This adds a test case for exponential float literals (e.g. 314e-2), and adds a passage to the Readme indicating that this notation is supported. (See also #156)