ccr.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 80 行
S
80 行
; Flag settings; clearf, setf .textstart: nop ; So we get it tested too -- and it makes the ; size of the code a 32-bit multiple, so ; the end of disassembly does not show zeros. ax setf deixnzvc ; old names clearf deixnzvc ; old names ei di setf dxnc ; old names clearf dxnc ; old names setf ; empty list clearf ; empty list; For each flag. Note that the disassembly will show macros for; some. setf c clearf c setf v clearf v setf z clearf z setf n clearf n setf x clearf x setf i clearf i setf e clearf e setf d clearf d; Two from same group, and switch order. clearf vc setf vc clearf ix setf ix clearf cv setf cv clearf xi setf xi; Two from different groups, and switch order. clearf in setf in clearf ni setf ni; Four in same group, and switch order. clearf nvxc setf nvxc clearf vncx setf vncx clearf dxei setf dxei clearf xide setf xide; Four in different groups, and switch order. clearf exnv setf exnv clearf xvne setf xvne; FIXME: Put tests for new flag-names here, (not above.; The new names in ETRAX 100, just some assortment of the above. setf mbixnzvc clearf bmixnzvc setf b clearf b setf m clearf m clearf mxbi setf dxbi clearf ximb setf ximb clearf bxnv setf bxnv clearf xvnb setf xvnbend:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?